Shades of Shady Lady #AF99A0
Tints of Shady Lady #AF99A0
RGB
CMYK
RGB Variations
Color information
#AF99A0 (or 0xAF99A0) is known color: Shady Lady. HEX triplet: AF, 99 and A0. RGB value is (175,153,160). Sum of RGB (Red+Green+Blue) = 175+153+160=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 175 - color contains mainly: red. Hex color #AF99A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF99A0 is #50665F. Grayscale: #A0A0A0. Windows color (decimal): -5269088 or 10525103. OLE color: 10525103.
HSL color Cylindrical-coordinate representation of color #AF99A0: hue angle of 340.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AF99A0 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 153 | 160 | - |
CMYK | 0 | 0.13 | 0.09 | 0.31 |
HSL | 340.91º | 0.12% | 0.64% | - |
HSV(B) | 340.91º | 0.13% | 0.69% | - |
XYZ | 35.42 | 34.43 | 38.04 | - |
YUV | 160.38 | 127.79 | 138.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 153 | 160 | 0 | 0.13 | 0.09 | 0.31 | 340.91 | 0.12 | 0.64 |
Hex | AF | 99 | A0 | 0 | D | 9 | 1F | 155 | C | 40 |
Octal | 257 | 231 | 240 | 0 | 15 | 11 | 37 | 525 | 14 | 100 |
Binary | 10101111 | 10011001 | 10100000 | 0 | 1101 | 1001 | 11111 | 101010101 | 1100 | 1000000 |
Color Harmonies of #AF99A0
Complementary color
Monochromatic Colors of #AF99A0
Black with #AF99A0
Text Example
Text Example
White with #AF99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF99A0; }
p { color: rgb(175,153,160); }
H1.HeaderClassName
{
color: #AF99A0;
}
.AnyTagClassName
{
color: #AF99A0;
}
</style>
background-color css
<style>
a { background-color: #AF99A0; }
a { background-color: rgb(175,153,160); }
div.DivClassName
{
background-color: #AF99A0;
}
.BgClassName
{
background-color: #AF99A0;
}
</style>
border-color css
<style>
span { border-color: #AF99A0; }
span { border-color: rgb(175,153,160); }
td.TdClassName
{
border-color: #AF99A0;
}
.TagClassName
{
border-color: #AF99A0;
}
</style>