Color Hex Logo

#af912f Color Hex

#AF912F
(175,145,47)
0 Favorites   0 Comments

Color spaces of #af912f

RGB 17514547
HSL0.130.580.44
HSV46°73°69°
CMYK 0.000.170.73   0.31
XYZ28.317729.57006.9044
Yxy29.57000.43710.4564
Hunter Lab54.3783-2.207530.5368
CIE-Lab61.28140.836653.4899

#af912f color RGB value is (175,145,47).

#af912f hex color red value is 175, green value is 145 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #af912f hue: 0.13 , saturation: 0.58 and the lightness value of af912f is 0.44.

The process color (four color CMYK) of #af912f color hex is 0.00, 0.17, 0.73, 0.31. Web safe color of #af912f is #999933. Color #af912f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010001 00101111
Octal 257 221 57
Decimal 175 145 47
Hex AF 91 2F

RGB Percentages of Color #af912f

%47.68
%39.51
%12.81

CMYK Percentages of Color #af912f

%0
%17
%73
%31

Triadic Colors of #af912f

#af912f #2faf91 #912faf

Analogous Colors of #af912f

#af912f #8daf2f #af512f

Monochromatic Colors of #af912f

#af912f

Complementary Color

#af912f #2f4daf

#af912f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af912f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af912f Color CSS Codes

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

#af912f Text Font Color

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

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


#af912f Background Color

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

This div background color is #af912f


#af912f Border Color

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

This div border color is #af912f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af912f


Comments

No comments written yet.

Please login to write comment.