Color Hex Logo

#af8462 Color Hex

#AF8462
(175,132,98)
0 Favorites   0 Comments

Color spaces of #af8462

RGB 17513298
HSL0.070.320.54
HSV26°44°69°
CMYK 0.000.250.44   0.31
XYZ28.135126.498315.1871
Yxy26.49830.40300.3795
Hunter Lab51.47657.477418.5412
CIE-Lab58.507012.075824.7390

#af8462 color RGB value is (175,132,98).

#af8462 hex color red value is 175, green value is 132 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #af8462 hue: 0.07 , saturation: 0.32 and the lightness value of af8462 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01100010
Octal 257 204 142
Decimal 175 132 98
Hex AF 84 62

RGB Percentages of Color #af8462

%43.21
%32.59
%24.20

CMYK Percentages of Color #af8462

%0
%25
%44
%31

Triadic Colors of #af8462

#af8462 #62af84 #8462af

Analogous Colors of #af8462

#af8462 #afab62 #af6267

Monochromatic Colors of #af8462

#af8462

Complementary Color

#af8462 #628daf

#af8462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8462 Color CSS Codes

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

#af8462 Text Font Color

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

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


#af8462 Background Color

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

This div background color is #af8462


#af8462 Border Color

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

This div border color is #af8462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8462


Comments

No comments written yet.

Please login to write comment.