Color Hex Logo

#af9859 Color Hex

#AF9859
(175,152,89)
0 Favorites   0 Comments

Color spaces of #af9859

RGB 17515289
HSL0.120.350.52
HSV44°49°69°
CMYK 0.000.130.49   0.31
XYZ30.710632.291714.0655
Yxy32.29170.39850.4190
Hunter Lab56.8258-2.977625.1026
CIE-Lab63.58320.068236.1100

#af9859 color RGB value is (175,152,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 01011001
Octal 257 230 131
Decimal 175 152 89
Hex AF 98 59

RGB Percentages of Color #af9859

%42.07
%36.54
%21.39

CMYK Percentages of Color #af9859

%0
%13
%49
%31

Triadic Colors of #af9859

#af9859 #59af98 #9859af

Analogous Colors of #af9859

#af9859 #9baf59 #af6d59

Monochromatic Colors of #af9859

#af9859

Complementary Color

#af9859 #5970af

#af9859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9859 Color CSS Codes

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

#af9859 Text Font Color

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

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


#af9859 Background Color

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

This div background color is #af9859


#af9859 Border Color

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

This div border color is #af9859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9859


Comments

No comments written yet.

Please login to write comment.