Shades of Cloudy #A29F9C
Tints of Cloudy #A29F9C
RGB
CMYK
RGB Variations
Color information
#A29F9C (or 0xA29F9C) is known color: Cloudy. HEX triplet: A2, 9F and 9C. RGB value is (162,159,156). Sum of RGB (Red+Green+Blue) = 162+159+156=477 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.96% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F9C is #5D6063. Grayscale: #9F9F9F. Windows color (decimal): -6119524 or 10264482. OLE color: 10264482.
HSL color Cylindrical-coordinate representation of color #A29F9C: hue angle of 30º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A29F9C is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 156 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.36 |
| HSL | 30º | 0.03% | 0.62% | - |
| HSV(B) | 30º | 0.04% | 0.64% | - |
| XYZ | 33.3 | 34.88 | 36.43 | - |
| YUV | 159.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 156 | 0 | 0.02 | 0.04 | 0.36 | 30 | 0.03 | 0.62 |
| Hex | A2 | 9F | 9C | 0 | 2 | 4 | 24 | 1E | 3 | 3E |
| Octal | 242 | 237 | 234 | 0 | 2 | 4 | 44 | 36 | 3 | 76 |
| Binary | 10100010 | 10011111 | 10011100 | 0 | 10 | 100 | 100100 | 11110 | 11 | 111110 |
Color Harmonies of #A29F9C
Complementary color
Monochromatic Colors of #A29F9C
Black with #A29F9C
Text Example
Text Example
White with #A29F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F9C; }
p { color: rgb(162,159,156); }
H1.HeaderClassName
{
color: #A29F9C;
}
.AnyTagClassName
{
color: #A29F9C;
}
</style>
background-color css
<style>
a { background-color: #A29F9C; }
a { background-color: rgb(162,159,156); }
div.DivClassName
{
background-color: #A29F9C;
}
.BgClassName
{
background-color: #A29F9C;
}
</style>
border-color css
<style>
span { border-color: #A29F9C; }
span { border-color: rgb(162,159,156); }
td.TdClassName
{
border-color: #A29F9C;
}
.TagClassName
{
border-color: #A29F9C;
}
</style>