Color Hex Logo

#af852f Color Hex

#AF852F
(175,133,47)
0 Favorites   0 Comments

Color spaces of #af852f

RGB 17513347
HSL0.110.580.44
HSV40°73°69°
CMYK 0.000.240.73   0.31
XYZ26.579826.09436.3251
Yxy26.09430.45050.4423
Hunter Lab51.08263.484428.4165
CIE-Lab58.12657.459350.3463

#af852f color RGB value is (175,133,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 00101111
Octal 257 205 57
Decimal 175 133 47
Hex AF 85 2F

RGB Percentages of Color #af852f

%49.30
%37.46
%13.24

CMYK Percentages of Color #af852f

%0
%24
%73
%31

Triadic Colors of #af852f

#af852f #2faf85 #852faf

Analogous Colors of #af852f

#af852f #99af2f #af452f

Monochromatic Colors of #af852f

#af852f

Complementary Color

#af852f #2f59af

#af852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af852f Color CSS Codes

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

#af852f Text Font Color

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

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


#af852f Background Color

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

This div background color is #af852f


#af852f Border Color

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

This div border color is #af852f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af852f


Comments

No comments written yet.

Please login to write comment.