Shades of Cloudy #AFAAA0
Tints of Cloudy #AFAAA0
RGB
CMYK
RGB Variations
Color information
#AFAAA0 (or 0xAFAAA0) is known color: Cloudy. HEX triplet: AF, AA and A0. RGB value is (175,170,160). Sum of RGB (Red+Green+Blue) = 175+170+160=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAAA0 is #50555F. Grayscale: #AAAAAA. Windows color (decimal): -5264736 or 10529455. OLE color: 10529455.
HSL color Cylindrical-coordinate representation of color #AFAAA0: hue angle of 40º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFAAA0 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 170 | 160 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.31 |
| HSL | 40º | 0.09% | 0.66% | - |
| HSV(B) | 40º | 0.09% | 0.69% | - |
| XYZ | 38.4 | 40.4 | 39.03 | - |
| YUV | 170.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 170 | 160 | 0 | 0.03 | 0.09 | 0.31 | 40 | 0.09 | 0.66 |
| Hex | AF | AA | A0 | 0 | 3 | 9 | 1F | 28 | 9 | 42 |
| Octal | 257 | 252 | 240 | 0 | 3 | 11 | 37 | 50 | 11 | 102 |
| Binary | 10101111 | 10101010 | 10100000 | 0 | 11 | 1001 | 11111 | 101000 | 1001 | 1000010 |
Color Harmonies of #AFAAA0
Complementary color
Monochromatic Colors of #AFAAA0
Black with #AFAAA0
Text Example
Text Example
White with #AFAAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFAAA0; }
p { color: rgb(175,170,160); }
H1.HeaderClassName
{
color: #AFAAA0;
}
.AnyTagClassName
{
color: #AFAAA0;
}
</style>
background-color css
<style>
a { background-color: #AFAAA0; }
a { background-color: rgb(175,170,160); }
div.DivClassName
{
background-color: #AFAAA0;
}
.BgClassName
{
background-color: #AFAAA0;
}
</style>
border-color css
<style>
span { border-color: #AFAAA0; }
span { border-color: rgb(175,170,160); }
td.TdClassName
{
border-color: #AFAAA0;
}
.TagClassName
{
border-color: #AFAAA0;
}
</style>