Shades of Lily #AFAAAC
Tints of Lily #AFAAAC
RGB
CMYK
RGB Variations
Color information
#AFAAAC (or 0xAFAAAC) is known color: Lily. HEX triplet: AF, AA and AC. RGB value is (175,170,172). Sum of RGB (Red+Green+Blue) = 175+170+172=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAAC is #505553. Grayscale: #ABABAB. Windows color (decimal): -5264724 or 11315887. OLE color: 11315887.
HSL color Cylindrical-coordinate representation of color #AFAAAC: hue angle of 336º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFAAAC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 172 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.31 |
| HSL | 336º | 0.03% | 0.68% | - |
| HSV(B) | 336º | 0.03% | 0.69% | - |
| XYZ | 39.5 | 40.84 | 44.83 | - |
| YUV | 171.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 172 | 0 | 0.03 | 0.02 | 0.31 | 336 | 0.03 | 0.68 |
| Hex | AF | AA | AC | 0 | 3 | 2 | 1F | 150 | 3 | 44 |
| Octal | 257 | 252 | 254 | 0 | 3 | 2 | 37 | 520 | 3 | 104 |
| Binary | 10101111 | 10101010 | 10101100 | 0 | 11 | 10 | 11111 | 101010000 | 11 | 1000100 |
Color Harmonies of #AFAAAC
Complementary color
Monochromatic Colors of #AFAAAC
Black with #AFAAAC
Text Example
Text Example
White with #AFAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAAC; }
p { color: rgb(175,170,172); }
H1.HeaderClassName
{
color: #AFAAAC;
}
.AnyTagClassName
{
color: #AFAAAC;
}
</style>
background-color css
<style>
a { background-color: #AFAAAC; }
a { background-color: rgb(175,170,172); }
div.DivClassName
{
background-color: #AFAAAC;
}
.BgClassName
{
background-color: #AFAAAC;
}
</style>
border-color css
<style>
span { border-color: #AFAAAC; }
span { border-color: rgb(175,170,172); }
td.TdClassName
{
border-color: #AFAAAC;
}
.TagClassName
{
border-color: #AFAAAC;
}
</style>