Shades of Cloudy #A6A09C
Tints of Cloudy #A6A09C
RGB
CMYK
RGB Variations
Color information
#A6A09C (or 0xA6A09C) is known color: Cloudy. HEX triplet: A6, A0 and 9C. RGB value is (166,160,156). Sum of RGB (Red+Green+Blue) = 166+160+156=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A09C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A09C is #595F63. Grayscale: #A1A1A1. Windows color (decimal): -5857124 or 10264742. OLE color: 10264742.
HSL color Cylindrical-coordinate representation of color #A6A09C: hue angle of 24º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6A09C is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 160 | 156 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.35 |
| HSL | 24º | 0.05% | 0.63% | - |
| HSV(B) | 24º | 0.06% | 0.65% | - |
| XYZ | 34.3 | 35.65 | 36.53 | - |
| YUV | 161.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 160 | 156 | 0 | 0.04 | 0.06 | 0.35 | 24 | 0.05 | 0.63 |
| Hex | A6 | A0 | 9C | 0 | 4 | 6 | 23 | 18 | 5 | 3F |
| Octal | 246 | 240 | 234 | 0 | 4 | 6 | 43 | 30 | 5 | 77 |
| Binary | 10100110 | 10100000 | 10011100 | 0 | 100 | 110 | 100011 | 11000 | 101 | 111111 |
Color Harmonies of #A6A09C
Complementary color
Monochromatic Colors of #A6A09C
Black with #A6A09C
Text Example
Text Example
White with #A6A09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A09C; }
p { color: rgb(166,160,156); }
H1.HeaderClassName
{
color: #A6A09C;
}
.AnyTagClassName
{
color: #A6A09C;
}
</style>
background-color css
<style>
a { background-color: #A6A09C; }
a { background-color: rgb(166,160,156); }
div.DivClassName
{
background-color: #A6A09C;
}
.BgClassName
{
background-color: #A6A09C;
}
</style>
border-color css
<style>
span { border-color: #A6A09C; }
span { border-color: rgb(166,160,156); }
td.TdClassName
{
border-color: #A6A09C;
}
.TagClassName
{
border-color: #A6A09C;
}
</style>