Color Hex Logo

#af817a Color Hex

#AF817A
(175,129,122)
0 Favorites   0 Comments

Color spaces of #af817a

RGB 175129122
HSL0.020.250.58
HSV30°69°
CMYK 0.000.260.30   0.31
XYZ29.042326.219621.9425
Yxy26.21960.37620.3396
Hunter Lab51.205111.632110.4365
CIE-Lab58.244916.749510.7515

#af817a color RGB value is (175,129,122).

#af817a hex color red value is 175, green value is 129 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #af817a hue: 0.02 , saturation: 0.25 and the lightness value of af817a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000001 01111010
Octal 257 201 172
Decimal 175 129 122
Hex AF 81 7A

RGB Percentages of Color #af817a

%41.08
%30.28
%28.64

CMYK Percentages of Color #af817a

%0
%26
%30
%31

Triadic Colors of #af817a

#af817a #7aaf81 #817aaf

Analogous Colors of #af817a

#af817a #af9c7a #af7a8e

Monochromatic Colors of #af817a

#af817a

Complementary Color

#af817a #7aa8af

#af817a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af817a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af817a Color CSS Codes

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

#af817a Text Font Color

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

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


#af817a Background Color

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

This div background color is #af817a


#af817a Border Color

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

This div border color is #af817a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af817a


Comments

No comments written yet.

Please login to write comment.