Shades of Cloudy #AFACA9
Tints of Cloudy #AFACA9
RGB
CMYK
RGB Variations
Color information
#AFACA9 (or 0xAFACA9) is known color: Cloudy. HEX triplet: AF, AC and A9. RGB value is (175,172,169). Sum of RGB (Red+Green+Blue) = 175+172+169=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACA9 is #505356. Grayscale: #ACACAC. Windows color (decimal): -5264215 or 11119791. OLE color: 11119791.
HSL color Cylindrical-coordinate representation of color #AFACA9: hue angle of 30º 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 #AFACA9 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 172 | 169 | - |
CMYK | 0 | 0.02 | 0.03 | 0.31 |
HSL | 30º | 0.04% | 0.67% | - |
HSV(B) | 30º | 0.03% | 0.69% | - |
XYZ | 39.59 | 41.48 | 43.46 | - |
YUV | 172.56 | 125.99 | 129.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 172 | 169 | 0 | 0.02 | 0.03 | 0.31 | 30 | 0.04 | 0.67 |
Hex | AF | AC | A9 | 0 | 2 | 3 | 1F | 1E | 4 | 43 |
Octal | 257 | 254 | 251 | 0 | 2 | 3 | 37 | 36 | 4 | 103 |
Binary | 10101111 | 10101100 | 10101001 | 0 | 10 | 11 | 11111 | 11110 | 100 | 1000011 |
Color Harmonies of #AFACA9
Complementary color
Monochromatic Colors of #AFACA9
Black with #AFACA9
Text Example
Text Example
White with #AFACA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACA9; }
p { color: rgb(175,172,169); }
H1.HeaderClassName
{
color: #AFACA9;
}
.AnyTagClassName
{
color: #AFACA9;
}
</style>
background-color css
<style>
a { background-color: #AFACA9; }
a { background-color: rgb(175,172,169); }
div.DivClassName
{
background-color: #AFACA9;
}
.BgClassName
{
background-color: #AFACA9;
}
</style>
border-color css
<style>
span { border-color: #AFACA9; }
span { border-color: rgb(175,172,169); }
td.TdClassName
{
border-color: #AFACA9;
}
.TagClassName
{
border-color: #AFACA9;
}
</style>