Color Hex Logo

#af877a Color Hex

#AF877A
(175,135,122)
1 Favorites   0 Comments

Color spaces of #af877a

RGB 175135122
HSL0.040.250.58
HSV15°30°69°
CMYK 0.000.230.30   0.31
XYZ29.856027.847022.2138
Yxy27.84700.37360.3484
Hunter Lab52.77038.642611.9809
CIE-Lab59.750313.377112.8656

#af877a color RGB value is (175,135,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 01111010
Octal 257 207 172
Decimal 175 135 122
Hex AF 87 7A

RGB Percentages of Color #af877a

%40.51
%31.25
%28.24

CMYK Percentages of Color #af877a

%0
%23
%30
%31

Triadic Colors of #af877a

#af877a #7aaf87 #877aaf

Analogous Colors of #af877a

#af877a #afa27a #af7a88

Monochromatic Colors of #af877a

#af877a

Complementary Color

#af877a #7aa2af

#af877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af877a Color CSS Codes

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

#af877a Text Font Color

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

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


#af877a Background Color

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

This div background color is #af877a


#af877a Border Color

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

This div border color is #af877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af877a


Comments

No comments written yet.

Please login to write comment.