Shades of Lily #AFA8AB
Tints of Lily #AFA8AB
RGB
CMYK
RGB Variations
Color information
#AFA8AB (or 0xAFA8AB) is known color: Lily. HEX triplet: AF, A8 and AB. RGB value is (175,168,171). Sum of RGB (Red+Green+Blue) = 175+168+171=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 168 (66.02% from 255 or 32.68% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8AB is #505754. Grayscale: #AAAAAA. Windows color (decimal): -5265237 or 11249839. OLE color: 11249839.
HSL color Cylindrical-coordinate representation of color #AFA8AB: hue angle of 334.29º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFA8AB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 171 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.31 |
| HSL | 334.29º | 0.04% | 0.67% | - |
| HSV(B) | 334.29º | 0.04% | 0.69% | - |
| XYZ | 39.03 | 40.06 | 44.2 | - |
| YUV | 170.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 171 | 0 | 0.04 | 0.02 | 0.31 | 334.29 | 0.04 | 0.67 |
| Hex | AF | A8 | AB | 0 | 4 | 2 | 1F | 14E | 4 | 43 |
| Octal | 257 | 250 | 253 | 0 | 4 | 2 | 37 | 516 | 4 | 103 |
| Binary | 10101111 | 10101000 | 10101011 | 0 | 100 | 10 | 11111 | 101001110 | 100 | 1000011 |
Color Harmonies of #AFA8AB
Complementary color
Monochromatic Colors of #AFA8AB
Black with #AFA8AB
Text Example
Text Example
White with #AFA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8AB; }
p { color: rgb(175,168,171); }
H1.HeaderClassName
{
color: #AFA8AB;
}
.AnyTagClassName
{
color: #AFA8AB;
}
</style>
background-color css
<style>
a { background-color: #AFA8AB; }
a { background-color: rgb(175,168,171); }
div.DivClassName
{
background-color: #AFA8AB;
}
.BgClassName
{
background-color: #AFA8AB;
}
</style>
border-color css
<style>
span { border-color: #AFA8AB; }
span { border-color: rgb(175,168,171); }
td.TdClassName
{
border-color: #AFA8AB;
}
.TagClassName
{
border-color: #AFA8AB;
}
</style>