Shades of Cloudy #A8A199
Tints of Cloudy #A8A199
RGB
CMYK
RGB Variations
Color information
#A8A199 (or 0xA8A199) is known color: Cloudy. HEX triplet: A8, A1 and 99. RGB value is (168,161,153). Sum of RGB (Red+Green+Blue) = 168+161+153=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A199 is #575E66. Grayscale: #A2A2A2. Windows color (decimal): -5725799 or 10068392. OLE color: 10068392.
HSL color Cylindrical-coordinate representation of color #A8A199: hue angle of 32º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8A199 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 161 | 153 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.34 |
| HSL | 32º | 0.08% | 0.63% | - |
| HSV(B) | 32º | 0.09% | 0.66% | - |
| XYZ | 34.64 | 36.11 | 35.28 | - |
| YUV | 162.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 161 | 153 | 0 | 0.04 | 0.09 | 0.34 | 32 | 0.08 | 0.63 |
| Hex | A8 | A1 | 99 | 0 | 4 | 9 | 22 | 20 | 8 | 3F |
| Octal | 250 | 241 | 231 | 0 | 4 | 11 | 42 | 40 | 10 | 77 |
| Binary | 10101000 | 10100001 | 10011001 | 0 | 100 | 1001 | 100010 | 100000 | 1000 | 111111 |
Color Harmonies of #A8A199
Complementary color
Monochromatic Colors of #A8A199
Black with #A8A199
Text Example
Text Example
White with #A8A199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A199; }
p { color: rgb(168,161,153); }
H1.HeaderClassName
{
color: #A8A199;
}
.AnyTagClassName
{
color: #A8A199;
}
</style>
background-color css
<style>
a { background-color: #A8A199; }
a { background-color: rgb(168,161,153); }
div.DivClassName
{
background-color: #A8A199;
}
.BgClassName
{
background-color: #A8A199;
}
</style>
border-color css
<style>
span { border-color: #A8A199; }
span { border-color: rgb(168,161,153); }
td.TdClassName
{
border-color: #A8A199;
}
.TagClassName
{
border-color: #A8A199;
}
</style>