Shades of Cloudy #A6A29C
Tints of Cloudy #A6A29C
RGB
CMYK
RGB Variations
Color information
#A6A29C (or 0xA6A29C) is known color: Cloudy. HEX triplet: A6, A2 and 9C. RGB value is (166,162,156). Sum of RGB (Red+Green+Blue) = 166+162+156=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A29C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A29C is #595D63. Grayscale: #A2A2A2. Windows color (decimal): -5856612 or 10265254. OLE color: 10265254.
HSL color Cylindrical-coordinate representation of color #A6A29C: hue angle of 36º 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 #A6A29C is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 156 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.35 |
| HSL | 36º | 0.05% | 0.63% | - |
| HSV(B) | 36º | 0.06% | 0.65% | - |
| XYZ | 34.65 | 36.35 | 36.64 | - |
| YUV | 162.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 156 | 0 | 0.02 | 0.06 | 0.35 | 36 | 0.05 | 0.63 |
| Hex | A6 | A2 | 9C | 0 | 2 | 6 | 23 | 24 | 5 | 3F |
| Octal | 246 | 242 | 234 | 0 | 2 | 6 | 43 | 44 | 5 | 77 |
| Binary | 10100110 | 10100010 | 10011100 | 0 | 10 | 110 | 100011 | 100100 | 101 | 111111 |
Color Harmonies of #A6A29C
Complementary color
Monochromatic Colors of #A6A29C
Black with #A6A29C
Text Example
Text Example
White with #A6A29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A29C; }
p { color: rgb(166,162,156); }
H1.HeaderClassName
{
color: #A6A29C;
}
.AnyTagClassName
{
color: #A6A29C;
}
</style>
background-color css
<style>
a { background-color: #A6A29C; }
a { background-color: rgb(166,162,156); }
div.DivClassName
{
background-color: #A6A29C;
}
.BgClassName
{
background-color: #A6A29C;
}
</style>
border-color css
<style>
span { border-color: #A6A29C; }
span { border-color: rgb(166,162,156); }
td.TdClassName
{
border-color: #A6A29C;
}
.TagClassName
{
border-color: #A6A29C;
}
</style>