Shades of Cloudy #AFA192
Tints of Cloudy #AFA192
RGB
CMYK
RGB Variations
Color information
#AFA192 (or 0xAFA192) is known color: Cloudy. HEX triplet: AF, A1 and 92. RGB value is (175,161,146). Sum of RGB (Red+Green+Blue) = 175+161+146=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA192 is #505E6D. Grayscale: #A3A3A3. Windows color (decimal): -5267054 or 9609647. OLE color: 9609647.
HSL color Cylindrical-coordinate representation of color #AFA192: hue angle of 31.03º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA192 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 161 | 146 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.31 |
| HSL | 31.03º | 0.15% | 0.63% | - |
| HSV(B) | 31.03º | 0.17% | 0.69% | - |
| XYZ | 35.61 | 36.68 | 32.4 | - |
| YUV | 163.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 161 | 146 | 0 | 0.08 | 0.17 | 0.31 | 31.03 | 0.15 | 0.63 |
| Hex | AF | A1 | 92 | 0 | 8 | 11 | 1F | 1F | F | 3F |
| Octal | 257 | 241 | 222 | 0 | 10 | 21 | 37 | 37 | 17 | 77 |
| Binary | 10101111 | 10100001 | 10010010 | 0 | 1000 | 10001 | 11111 | 11111 | 1111 | 111111 |
Color Harmonies of #AFA192
Complementary color
Monochromatic Colors of #AFA192
Black with #AFA192
Text Example
Text Example
White with #AFA192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA192; }
p { color: rgb(175,161,146); }
H1.HeaderClassName
{
color: #AFA192;
}
.AnyTagClassName
{
color: #AFA192;
}
</style>
background-color css
<style>
a { background-color: #AFA192; }
a { background-color: rgb(175,161,146); }
div.DivClassName
{
background-color: #AFA192;
}
.BgClassName
{
background-color: #AFA192;
}
</style>
border-color css
<style>
span { border-color: #AFA192; }
span { border-color: rgb(175,161,146); }
td.TdClassName
{
border-color: #AFA192;
}
.TagClassName
{
border-color: #AFA192;
}
</style>