Shades of Shady Lady #AFABAC
Tints of Shady Lady #AFABAC
RGB
CMYK
RGB Variations
Color information
#AFABAC (or 0xAFABAC) is known color: Shady Lady. HEX triplet: AF, AB and AC. RGB value is (175,171,172). Sum of RGB (Red+Green+Blue) = 175+171+172=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 175 - color contains mainly: red. Hex color #AFABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFABAC is #505453. Grayscale: #ACACAC. Windows color (decimal): -5264468 or 11316143. OLE color: 11316143.
HSL color Cylindrical-coordinate representation of color #AFABAC: hue angle of 345º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFABAC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 171 | 172 | - |
CMYK | 0 | 0.02 | 0.02 | 0.31 |
HSL | 345º | 0.02% | 0.68% | - |
HSV(B) | 345º | 0.02% | 0.69% | - |
XYZ | 39.69 | 41.22 | 44.89 | - |
YUV | 172.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 171 | 172 | 0 | 0.02 | 0.02 | 0.31 | 345 | 0.02 | 0.68 |
Hex | AF | AB | AC | 0 | 2 | 2 | 1F | 159 | 2 | 44 |
Octal | 257 | 253 | 254 | 0 | 2 | 2 | 37 | 531 | 2 | 104 |
Binary | 10101111 | 10101011 | 10101100 | 0 | 10 | 10 | 11111 | 101011001 | 10 | 1000100 |
Color Harmonies of #AFABAC
Complementary color
Monochromatic Colors of #AFABAC
Black with #AFABAC
Text Example
Text Example
White with #AFABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFABAC; }
p { color: rgb(175,171,172); }
H1.HeaderClassName
{
color: #AFABAC;
}
.AnyTagClassName
{
color: #AFABAC;
}
</style>
background-color css
<style>
a { background-color: #AFABAC; }
a { background-color: rgb(175,171,172); }
div.DivClassName
{
background-color: #AFABAC;
}
.BgClassName
{
background-color: #AFABAC;
}
</style>
border-color css
<style>
span { border-color: #AFABAC; }
span { border-color: rgb(175,171,172); }
td.TdClassName
{
border-color: #AFABAC;
}
.TagClassName
{
border-color: #AFABAC;
}
</style>