Color Hex Logo

#af985a Color Hex

#AF985A
(175,152,90)
0 Favorites   0 Comments

Color spaces of #af985a

RGB 17515290
HSL0.120.350.52
HSV44°49°69°
CMYK 0.000.130.49   0.31
XYZ30.752932.308614.2882
Yxy32.30860.39760.4177
Hunter Lab56.8407-2.896024.8846
CIE-Lab63.59710.165835.6032

#af985a color RGB value is (175,152,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 01011010
Octal 257 230 132
Decimal 175 152 90
Hex AF 98 5A

RGB Percentages of Color #af985a

%41.97
%36.45
%21.58

CMYK Percentages of Color #af985a

%0
%13
%49
%31

Triadic Colors of #af985a

#af985a #5aaf98 #985aaf

Analogous Colors of #af985a

#af985a #9caf5a #af6e5a

Monochromatic Colors of #af985a

#af985a

Complementary Color

#af985a #5a71af

#af985a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af985a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af985a Color CSS Codes

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

#af985a Text Font Color

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

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


#af985a Background Color

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

This div background color is #af985a


#af985a Border Color

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

This div border color is #af985a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af985a


Comments

No comments written yet.

Please login to write comment.