Color Hex Logo

#af997e Color Hex

#AF997E
(175,153,126)
0 Favorites   0 Comments

Color spaces of #af997e

RGB 175153126
HSL0.090.230.59
HSV33°28°69°
CMYK 0.000.130.28   0.31
XYZ32.836333.402824.4554
Yxy33.40280.36210.3683
Hunter Lab57.79520.273215.3687
CIE-Lab64.48573.918317.1961

#af997e color RGB value is (175,153,126).

#af997e hex color red value is 175, green value is 153 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af997e hue: 0.09 , saturation: 0.23 and the lightness value of af997e is 0.59.

The process color (four color CMYK) of #af997e color hex is 0.00, 0.13, 0.28, 0.31. Web safe color of #af997e is #999966. Color #af997e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011001 01111110
Octal 257 231 176
Decimal 175 153 126
Hex AF 99 7E

RGB Percentages of Color #af997e

%38.55
%33.70
%27.75

CMYK Percentages of Color #af997e

%0
%13
%28
%31

Triadic Colors of #af997e

#af997e #7eaf99 #997eaf

Analogous Colors of #af997e

#af997e #adaf7e #af817e

Monochromatic Colors of #af997e

#af997e

Complementary Color

#af997e #7e94af

#af997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af997e Color CSS Codes

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

#af997e Text Font Color

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

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


#af997e Background Color

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

This div background color is #af997e


#af997e Border Color

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

This div border color is #af997e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af997e


Comments

No comments written yet.

Please login to write comment.