Color Hex Logo

#af816d Color Hex

#AF816D
(175,129,109)
0 Favorites   0 Comments

Color spaces of #af816d

RGB 175129109
HSL0.050.290.56
HSV18°38°69°
CMYK 0.000.260.38   0.31
XYZ28.289825.918617.9798
Yxy25.91860.39190.3590
Hunter Lab50.910310.095714.6980
CIE-Lab57.959715.044717.7919

#af816d color RGB value is (175,129,109).

#af816d hex color red value is 175, green value is 129 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af816d hue: 0.05 , saturation: 0.29 and the lightness value of af816d is 0.56.

The process color (four color CMYK) of #af816d color hex is 0.00, 0.26, 0.38, 0.31. Web safe color of #af816d is #999966. Color #af816d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 01101101
Octal 257 201 155
Decimal 175 129 109
Hex AF 81 6D

RGB Percentages of Color #af816d

%42.37
%31.23
%26.39

CMYK Percentages of Color #af816d

%0
%26
%38
%31

Triadic Colors of #af816d

#af816d #6daf81 #816daf

Analogous Colors of #af816d

#af816d #afa26d #af6d7a

Monochromatic Colors of #af816d

#af816d

Complementary Color

#af816d #6d9baf

#af816d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af816d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af816d Color CSS Codes

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

#af816d Text Font Color

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

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


#af816d Background Color

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

This div background color is #af816d


#af816d Border Color

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

This div border color is #af816d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af816d


Comments

No comments written yet.

Please login to write comment.