Color Hex Logo

#af903f Color Hex

#AF903F
(175,144,63)
0 Favorites   0 Comments

Color spaces of #af903f

RGB 17514463
HSL0.120.470.47
HSV43°64°69°
CMYK 0.000.180.64   0.31
XYZ28.549729.41948.8764
Yxy29.41940.42710.4401
Hunter Lab54.2397-0.963828.2649
CIE-Lab61.15002.312646.2966

#af903f color RGB value is (175,144,63).

#af903f hex color red value is 175, green value is 144 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #af903f hue: 0.12 , saturation: 0.47 and the lightness value of af903f is 0.47.

The process color (four color CMYK) of #af903f color hex is 0.00, 0.18, 0.64, 0.31. Web safe color of #af903f is #999933. Color #af903f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 00111111
Octal 257 220 77
Decimal 175 144 63
Hex AF 90 3F

RGB Percentages of Color #af903f

%45.81
%37.70
%16.49

CMYK Percentages of Color #af903f

%0
%18
%64
%31

Triadic Colors of #af903f

#af903f #3faf90 #903faf

Analogous Colors of #af903f

#af903f #96af3f #af583f

Monochromatic Colors of #af903f

#af903f

Complementary Color

#af903f #3f5eaf

#af903f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af903f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af903f Color CSS Codes

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

#af903f Text Font Color

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

This sample text font color is #af903f
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.


#af903f Background Color

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

This div background color is #af903f


#af903f Border Color

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

This div border color is #af903f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af903f


Comments

No comments written yet.

Please login to write comment.