Color Hex Logo

#af803a Color Hex

#AF803A
(175,128,58)
0 Favorites   0 Comments

Color spaces of #af803a

RGB 17512858
HSL0.100.500.46
HSV36°67°69°
CMYK 0.000.270.67   0.31
XYZ26.162124.85787.4221
Yxy24.85780.44770.4253
Hunter Lab49.85766.414726.0741
CIE-Lab56.936610.866244.0534

#af803a color RGB value is (175,128,58).

#af803a hex color red value is 175, green value is 128 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #af803a hue: 0.10 , saturation: 0.50 and the lightness value of af803a is 0.46.

The process color (four color CMYK) of #af803a color hex is 0.00, 0.27, 0.67, 0.31. Web safe color of #af803a is #999933. Color #af803a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 00111010
Octal 257 200 72
Decimal 175 128 58
Hex AF 80 3A

RGB Percentages of Color #af803a

%48.48
%35.46
%16.07

CMYK Percentages of Color #af803a

%0
%27
%67
%31

Triadic Colors of #af803a

#af803a #3aaf80 #803aaf

Analogous Colors of #af803a

#af803a #a4af3a #af463a

Monochromatic Colors of #af803a

#af803a

Complementary Color

#af803a #3a69af

#af803a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af803a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af803a Color CSS Codes

.mybgcolor {background-color:#af803a; } 
.myforecolor {color:#af803a; }
.mybordercolor {border:3px solid #af803a; }

#af803a Text Font Color

<p style="color:#af803a">Text here</p>

This sample text font color is #af803a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#af803a Background Color

<div style="background-color:#af803a">
Div content here</div>

This div background color is #af803a


#af803a Border Color

<div style="border:3px solid #af803a">
Div here</div>

This div border color is #af803a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,128,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af803a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af803a;
  -webkit-box-shadow: 1px 1px 3px 2px #af803a;
  box-shadow:         1px 1px 3px 2px #af803a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,128,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af803a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #af803a;
  -webkit-box-shadow: 1px 1px 3px 2px #af803a;
  box-shadow:         1px 1px 3px 2px #af803a;">
Div content here</div>

This div box has shadow with color #af803a


Comments

No comments written yet.

Please login to write comment.