Color Hex Logo

#af8459 Color Hex

#AF8459
(175,132,89)
0 Favorites   0 Comments

Color spaces of #af8459

RGB 17513289
HSL0.080.350.52
HSV30°49°69°
CMYK 0.000.250.49   0.31
XYZ27.733626.337813.0732
Yxy26.33780.41300.3923
Hunter Lab51.32046.651020.8209
CIE-Lab58.356311.132829.5338

#af8459 color RGB value is (175,132,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01011001
Octal 257 204 131
Decimal 175 132 89
Hex AF 84 59

RGB Percentages of Color #af8459

%44.19
%33.33
%22.47

CMYK Percentages of Color #af8459

%0
%25
%49
%31

Triadic Colors of #af8459

#af8459 #59af84 #8459af

Analogous Colors of #af8459

#af8459 #afaf59 #af5959

Monochromatic Colors of #af8459

#af8459

Complementary Color

#af8459 #5984af

#af8459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8459 Color CSS Codes

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

#af8459 Text Font Color

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

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


#af8459 Background Color

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

This div background color is #af8459


#af8459 Border Color

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

This div border color is #af8459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8459


Comments

No comments written yet.

Please login to write comment.