Shades of Cloudy #A8A09A
Tints of Cloudy #A8A09A
RGB
CMYK
RGB Variations
Color information
#A8A09A (or 0xA8A09A) is known color: Cloudy. HEX triplet: A8, A0 and 9A. RGB value is (168,160,154). Sum of RGB (Red+Green+Blue) = 168+160+154=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A09A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A09A is #575F65. Grayscale: #A1A1A1. Windows color (decimal): -5726054 or 10133672. OLE color: 10133672.
HSL color Cylindrical-coordinate representation of color #A8A09A: hue angle of 25.71º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8A09A is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 154 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.34 |
| HSL | 25.71º | 0.07% | 0.63% | - |
| HSV(B) | 25.71º | 0.08% | 0.66% | - |
| XYZ | 34.55 | 35.8 | 35.66 | - |
| YUV | 161.71 | 123.65 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 154 | 0 | 0.05 | 0.08 | 0.34 | 25.71 | 0.07 | 0.63 |
| Hex | A8 | A0 | 9A | 0 | 5 | 8 | 22 | 1A | 7 | 3F |
| Octal | 250 | 240 | 232 | 0 | 5 | 10 | 42 | 32 | 7 | 77 |
| Binary | 10101000 | 10100000 | 10011010 | 0 | 101 | 1000 | 100010 | 11010 | 111 | 111111 |
Color Harmonies of #A8A09A
Complementary color
Monochromatic Colors of #A8A09A
Black with #A8A09A
Text Example
Text Example
White with #A8A09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A09A; }
p { color: rgb(168,160,154); }
H1.HeaderClassName
{
color: #A8A09A;
}
.AnyTagClassName
{
color: #A8A09A;
}
</style>
background-color css
<style>
a { background-color: #A8A09A; }
a { background-color: rgb(168,160,154); }
div.DivClassName
{
background-color: #A8A09A;
}
.BgClassName
{
background-color: #A8A09A;
}
</style>
border-color css
<style>
span { border-color: #A8A09A; }
span { border-color: rgb(168,160,154); }
td.TdClassName
{
border-color: #A8A09A;
}
.TagClassName
{
border-color: #A8A09A;
}
</style>