Shades of Lily #AFA9AC
Tints of Lily #AFA9AC
RGB
CMYK
RGB Variations
Color information
#AFA9AC (or 0xAFA9AC) is known color: Lily. HEX triplet: AF, A9 and AC. RGB value is (175,169,172). Sum of RGB (Red+Green+Blue) = 175+169+172=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA9AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA9AC is #505653. Grayscale: #ABABAB. Windows color (decimal): -5264980 or 11315631. OLE color: 11315631.
HSL color Cylindrical-coordinate representation of color #AFA9AC: hue angle of 330º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #AFA9AC is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 169 | 172 | - |
CMYK | 0 | 0.03 | 0.02 | 0.31 |
HSL | 330º | 0.04% | 0.67% | - |
HSV(B) | 330º | 0.03% | 0.69% | - |
XYZ | 39.31 | 40.47 | 44.77 | - |
YUV | 171.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 169 | 172 | 0 | 0.03 | 0.02 | 0.31 | 330 | 0.04 | 0.67 |
Hex | AF | A9 | AC | 0 | 3 | 2 | 1F | 14A | 4 | 43 |
Octal | 257 | 251 | 254 | 0 | 3 | 2 | 37 | 512 | 4 | 103 |
Binary | 10101111 | 10101001 | 10101100 | 0 | 11 | 10 | 11111 | 101001010 | 100 | 1000011 |
Color Harmonies of #AFA9AC
Complementary color
Monochromatic Colors of #AFA9AC
Black with #AFA9AC
Text Example
Text Example
White with #AFA9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA9AC; }
p { color: rgb(175,169,172); }
H1.HeaderClassName
{
color: #AFA9AC;
}
.AnyTagClassName
{
color: #AFA9AC;
}
</style>
background-color css
<style>
a { background-color: #AFA9AC; }
a { background-color: rgb(175,169,172); }
div.DivClassName
{
background-color: #AFA9AC;
}
.BgClassName
{
background-color: #AFA9AC;
}
</style>
border-color css
<style>
span { border-color: #AFA9AC; }
span { border-color: rgb(175,169,172); }
td.TdClassName
{
border-color: #AFA9AC;
}
.TagClassName
{
border-color: #AFA9AC;
}
</style>