Color Hex Logo

#af816a Color Hex

#AF816A
(175,129,106)
0 Favorites   0 Comments

Color spaces of #af816a

RGB 175129106
HSL0.060.300.55
HSV20°39°69°
CMYK 0.000.260.39   0.31
XYZ28.131025.855117.1435
Yxy25.85510.39550.3635
Hunter Lab50.84799.769215.6038
CIE-Lab57.899314.679419.4160

#af816a color RGB value is (175,129,106).

#af816a hex color red value is 175, green value is 129 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af816a hue: 0.06 , saturation: 0.30 and the lightness value of af816a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 01101010
Octal 257 201 152
Decimal 175 129 106
Hex AF 81 6A

RGB Percentages of Color #af816a

%42.68
%31.46
%25.85

CMYK Percentages of Color #af816a

%0
%26
%39
%31

Triadic Colors of #af816a

#af816a #6aaf81 #816aaf

Analogous Colors of #af816a

#af816a #afa46a #af6a76

Monochromatic Colors of #af816a

#af816a

Complementary Color

#af816a #6a98af

#af816a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af816a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af816a Color CSS Codes

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

#af816a Text Font Color

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

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


#af816a Background Color

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

This div background color is #af816a


#af816a Border Color

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

This div border color is #af816a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af816a


Comments

No comments written yet.

Please login to write comment.