Shades of Cloudy #AFA7A0
Tints of Cloudy #AFA7A0
RGB
CMYK
RGB Variations
Color information
#AFA7A0 (or 0xAFA7A0) is known color: Cloudy. HEX triplet: AF, A7 and A0. RGB value is (175,167,160). Sum of RGB (Red+Green+Blue) = 175+167+160=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA7A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7A0 is #50585F. Grayscale: #A8A8A8. Windows color (decimal): -5265504 or 10528687. OLE color: 10528687.
HSL color Cylindrical-coordinate representation of color #AFA7A0: hue angle of 28º 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 #AFA7A0 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 167 | 160 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.31 |
| HSL | 28º | 0.09% | 0.66% | - |
| HSV(B) | 28º | 0.09% | 0.69% | - |
| XYZ | 37.84 | 39.29 | 38.85 | - |
| YUV | 168.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 167 | 160 | 0 | 0.05 | 0.09 | 0.31 | 28 | 0.09 | 0.66 |
| Hex | AF | A7 | A0 | 0 | 5 | 9 | 1F | 1C | 9 | 42 |
| Octal | 257 | 247 | 240 | 0 | 5 | 11 | 37 | 34 | 11 | 102 |
| Binary | 10101111 | 10100111 | 10100000 | 0 | 101 | 1001 | 11111 | 11100 | 1001 | 1000010 |
Color Harmonies of #AFA7A0
Complementary color
Monochromatic Colors of #AFA7A0
Black with #AFA7A0
Text Example
Text Example
White with #AFA7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA7A0; }
p { color: rgb(175,167,160); }
H1.HeaderClassName
{
color: #AFA7A0;
}
.AnyTagClassName
{
color: #AFA7A0;
}
</style>
background-color css
<style>
a { background-color: #AFA7A0; }
a { background-color: rgb(175,167,160); }
div.DivClassName
{
background-color: #AFA7A0;
}
.BgClassName
{
background-color: #AFA7A0;
}
</style>
border-color css
<style>
span { border-color: #AFA7A0; }
span { border-color: rgb(175,167,160); }
td.TdClassName
{
border-color: #AFA7A0;
}
.TagClassName
{
border-color: #AFA7A0;
}
</style>