color codes Logo

#af943c color codes

#AF943C
(175,148,60)
0 Favorites   0 Comments

Color spaces of #af943c

RGB 17514860
HSL0.130.490.46
HSV46°66°69°
CMYK 0.000.150.66   0.31
XYZ29.084730.62008.6523
Yxy30.62000.42550.4479
Hunter Lab55.3353-3.015829.4641
CIE-Lab62.1855-0.072248.8181

#af943c color RGB value is (175,148,60).

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

The process color (four color CMYK) of #af943c color code is 0.00, 0.15, 0.66, 0.31. Web safe color of #af943c is #999933. Color #af943c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010100 00111100
Octal 257 224 74
Decimal 175 148 60
Hex AF 94 3C

RGB Percentages of Color #af943c

%45.69
%38.64
%15.67

CMYK Percentages of Color #af943c

%0
%15
%66
%31

Triadic Colors of #af943c

#af943c #3caf94 #943caf

Analogous Colors of #af943c

#af943c #91af3c #af5b3c

Monochromatic Colors of #af943c

#af943c

Complementary Color

#af943c #3c57af

#af943c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af943c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af943c Color CSS Codes

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

#af943c Text Font Color

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

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


#af943c Background Color

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

This div background color is #af943c


#af943c Border Color

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

This div border color is #af943c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af943c


Comments

No comments written yet.

Please login to write comment.