Shades of Cloudy #AFA8A0
Tints of Cloudy #AFA8A0
RGB
CMYK
RGB Variations
Color information
#AFA8A0 (or 0xAFA8A0) is known color: Cloudy. HEX triplet: AF, A8 and A0. RGB value is (175,168,160). Sum of RGB (Red+Green+Blue) = 175+168+160=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 160 (62.89% from 255 or 31.81% from 503); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA8A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA8A0 is #50575F. Grayscale: #A9A9A9. Windows color (decimal): -5265248 or 10528943. OLE color: 10528943.
HSL color Cylindrical-coordinate representation of color #AFA8A0: hue angle of 32º 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 #AFA8A0 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 168 | 160 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.31 |
| HSL | 32º | 0.09% | 0.66% | - |
| HSV(B) | 32º | 0.09% | 0.69% | - |
| XYZ | 38.03 | 39.66 | 38.91 | - |
| YUV | 169.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 168 | 160 | 0 | 0.04 | 0.09 | 0.31 | 32 | 0.09 | 0.66 |
| Hex | AF | A8 | A0 | 0 | 4 | 9 | 1F | 20 | 9 | 42 |
| Octal | 257 | 250 | 240 | 0 | 4 | 11 | 37 | 40 | 11 | 102 |
| Binary | 10101111 | 10101000 | 10100000 | 0 | 100 | 1001 | 11111 | 100000 | 1001 | 1000010 |
Color Harmonies of #AFA8A0
Complementary color
Monochromatic Colors of #AFA8A0
Black with #AFA8A0
Text Example
Text Example
White with #AFA8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA8A0; }
p { color: rgb(175,168,160); }
H1.HeaderClassName
{
color: #AFA8A0;
}
.AnyTagClassName
{
color: #AFA8A0;
}
</style>
background-color css
<style>
a { background-color: #AFA8A0; }
a { background-color: rgb(175,168,160); }
div.DivClassName
{
background-color: #AFA8A0;
}
.BgClassName
{
background-color: #AFA8A0;
}
</style>
border-color css
<style>
span { border-color: #AFA8A0; }
span { border-color: rgb(175,168,160); }
td.TdClassName
{
border-color: #AFA8A0;
}
.TagClassName
{
border-color: #AFA8A0;
}
</style>