Color Hex Logo

#af972c Color Hex

#AF972C
(175,151,44)
0 Favorites   0 Comments

Color spaces of #af972c

RGB 17515144
HSL0.140.600.43
HSV49°75°69°
CMYK 0.000.140.75   0.31
XYZ29.200431.42906.9103
Yxy31.42900.43230.4653
Hunter Lab56.0616-5.133731.9349
CIE-Lab62.8681-2.568256.2029

#af972c color RGB value is (175,151,44).

#af972c hex color red value is 175, green value is 151 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #af972c hue: 0.14 , saturation: 0.60 and the lightness value of af972c is 0.43.

The process color (four color CMYK) of #af972c color hex is 0.00, 0.14, 0.75, 0.31. Web safe color of #af972c is #999933. Color #af972c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010111 00101100
Octal 257 227 54
Decimal 175 151 44
Hex AF 97 2C

RGB Percentages of Color #af972c

%47.30
%40.81
%11.89

CMYK Percentages of Color #af972c

%0
%14
%75
%31

Triadic Colors of #af972c

#af972c #2caf97 #972caf

Analogous Colors of #af972c

#af972c #86af2c #af562c

Monochromatic Colors of #af972c

#af972c

Complementary Color

#af972c #2c44af

#af972c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af972c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af972c Color CSS Codes

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

#af972c Text Font Color

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

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


#af972c Background Color

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

This div background color is #af972c


#af972c Border Color

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

This div border color is #af972c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af972c


Comments

No comments written yet.

Please login to write comment.