Color Hex Logo

#af942c Color Hex

#AF942C
(175,148,44)
0 Favorites   0 Comments

Color spaces of #af942c

RGB 17514844
HSL0.130.600.43
HSV48°75°69°
CMYK 0.000.150.75   0.31
XYZ28.723730.47566.7514
Yxy30.47560.43550.4621
Hunter Lab55.2047-3.732531.3923
CIE-Lab62.0624-0.941455.4300

#af942c color RGB value is (175,148,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 00101100
Octal 257 224 54
Decimal 175 148 44
Hex AF 94 2C

RGB Percentages of Color #af942c

%47.68
%40.33
%11.99

CMYK Percentages of Color #af942c

%0
%15
%75
%31

Triadic Colors of #af942c

#af942c #2caf94 #942caf

Analogous Colors of #af942c

#af942c #89af2c #af532c

Monochromatic Colors of #af942c

#af942c

Complementary Color

#af942c #2c47af

#af942c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af942c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af942c Color CSS Codes

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

#af942c Text Font Color

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

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


#af942c Background Color

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

This div background color is #af942c


#af942c Border Color

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

This div border color is #af942c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,148,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 #af942c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af942c


Comments

No comments written yet.

Please login to write comment.