Shades of Lily #AFACAD
Tints of Lily #AFACAD
RGB
CMYK
RGB Variations
Color information
#AFACAD (or 0xAFACAD) is known color: Lily. HEX triplet: AF, AC and AD. RGB value is (175,172,173). Sum of RGB (Red+Green+Blue) = 175+172+173=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACAD is #505352. Grayscale: #ADADAD. Windows color (decimal): -5264211 or 11381935. OLE color: 11381935.
HSL color Cylindrical-coordinate representation of color #AFACAD: hue angle of 340º 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 #AFACAD is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 172 | 173 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.31 |
| HSL | 340º | 0.02% | 0.68% | - |
| HSV(B) | 340º | 0.02% | 0.69% | - |
| XYZ | 39.97 | 41.64 | 45.46 | - |
| YUV | 173.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 172 | 173 | 0 | 0.02 | 0.01 | 0.31 | 340 | 0.02 | 0.68 |
| Hex | AF | AC | AD | 0 | 2 | 1 | 1F | 154 | 2 | 44 |
| Octal | 257 | 254 | 255 | 0 | 2 | 1 | 37 | 524 | 2 | 104 |
| Binary | 10101111 | 10101100 | 10101101 | 0 | 10 | 1 | 11111 | 101010100 | 10 | 1000100 |
Color Harmonies of #AFACAD
Complementary color
Monochromatic Colors of #AFACAD
Black with #AFACAD
Text Example
Text Example
White with #AFACAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACAD; }
p { color: rgb(175,172,173); }
H1.HeaderClassName
{
color: #AFACAD;
}
.AnyTagClassName
{
color: #AFACAD;
}
</style>
background-color css
<style>
a { background-color: #AFACAD; }
a { background-color: rgb(175,172,173); }
div.DivClassName
{
background-color: #AFACAD;
}
.BgClassName
{
background-color: #AFACAD;
}
</style>
border-color css
<style>
span { border-color: #AFACAD; }
span { border-color: rgb(175,172,173); }
td.TdClassName
{
border-color: #AFACAD;
}
.TagClassName
{
border-color: #AFACAD;
}
</style>