Color Hex Logo

#af845a Color Hex

#AF845A
(175,132,90)
0 Favorites   0 Comments

Color spaces of #af845a

RGB 17513290
HSL0.080.350.52
HSV30°49°69°
CMYK 0.000.250.49   0.31
XYZ27.775926.354713.2959
Yxy26.35470.41190.3909
Hunter Lab51.33686.738420.5801
CIE-Lab58.372211.232829.0041

#af845a color RGB value is (175,132,90).

#af845a hex color red value is 175, green value is 132 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #af845a hue: 0.08 , saturation: 0.35 and the lightness value of af845a is 0.52.

The process color (four color CMYK) of #af845a color hex is 0.00, 0.25, 0.49, 0.31. Web safe color of #af845a is #999966. Color #af845a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01011010
Octal 257 204 132
Decimal 175 132 90
Hex AF 84 5A

RGB Percentages of Color #af845a

%44.08
%33.25
%22.67

CMYK Percentages of Color #af845a

%0
%25
%49
%31

Triadic Colors of #af845a

#af845a #5aaf84 #845aaf

Analogous Colors of #af845a

#af845a #afaf5a #af5a5a

Monochromatic Colors of #af845a

#af845a

Complementary Color

#af845a #5a85af

#af845a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af845a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af845a Color CSS Codes

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

#af845a Text Font Color

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

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


#af845a Background Color

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

This div background color is #af845a


#af845a Border Color

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

This div border color is #af845a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af845a


Comments

No comments written yet.

Please login to write comment.