Shades of Lily #AFA7AC
Tints of Lily #AFA7AC
RGB
CMYK
RGB Variations
Color information
#AFA7AC (or 0xAFA7AC) is known color: Lily. HEX triplet: AF, A7 and AC. RGB value is (175,167,172). Sum of RGB (Red+Green+Blue) = 175+167+172=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7AC is #505853. Grayscale: #A9A9A9. Windows color (decimal): -5265492 or 11315119. OLE color: 11315119.
HSL color Cylindrical-coordinate representation of color #AFA7AC: hue angle of 322.5º degrees, saturation: 0.05, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #AFA7AC is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 167 | 172 | - |
CMYK | 0 | 0.05 | 0.02 | 0.31 |
HSL | 322.5º | 0.05% | 0.67% | - |
HSV(B) | 322.5º | 0.05% | 0.69% | - |
XYZ | 38.94 | 39.73 | 44.65 | - |
YUV | 169.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 167 | 172 | 0 | 0.05 | 0.02 | 0.31 | 322.5 | 0.05 | 0.67 |
Hex | AF | A7 | AC | 0 | 5 | 2 | 1F | 142 | 5 | 43 |
Octal | 257 | 247 | 254 | 0 | 5 | 2 | 37 | 502 | 5 | 103 |
Binary | 10101111 | 10100111 | 10101100 | 0 | 101 | 10 | 11111 | 101000010 | 101 | 1000011 |
Color Harmonies of #AFA7AC
Complementary color
Monochromatic Colors of #AFA7AC
Black with #AFA7AC
Text Example
Text Example
White with #AFA7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA7AC; }
p { color: rgb(175,167,172); }
H1.HeaderClassName
{
color: #AFA7AC;
}
.AnyTagClassName
{
color: #AFA7AC;
}
</style>
background-color css
<style>
a { background-color: #AFA7AC; }
a { background-color: rgb(175,167,172); }
div.DivClassName
{
background-color: #AFA7AC;
}
.BgClassName
{
background-color: #AFA7AC;
}
</style>
border-color css
<style>
span { border-color: #AFA7AC; }
span { border-color: rgb(175,167,172); }
td.TdClassName
{
border-color: #AFA7AC;
}
.TagClassName
{
border-color: #AFA7AC;
}
</style>