Shades of Cloudy #A49F9B
Tints of Cloudy #A49F9B
RGB
CMYK
RGB Variations
Color information
#A49F9B (or 0xA49F9B) is known color: Cloudy. HEX triplet: A4, 9F and 9B. RGB value is (164,159,155). Sum of RGB (Red+Green+Blue) = 164+159+155=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49F9B is #5B6064. Grayscale: #A0A0A0. Windows color (decimal): -5988453 or 10198948. OLE color: 10198948.
HSL color Cylindrical-coordinate representation of color #A49F9B: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A49F9B is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 159 | 155 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.36 |
| HSL | 26.67º | 0.05% | 0.63% | - |
| HSV(B) | 26.67º | 0.05% | 0.64% | - |
| XYZ | 33.62 | 35.06 | 36 | - |
| YUV | 160.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 159 | 155 | 0 | 0.03 | 0.05 | 0.36 | 26.67 | 0.05 | 0.63 |
| Hex | A4 | 9F | 9B | 0 | 3 | 5 | 24 | 1B | 5 | 3F |
| Octal | 244 | 237 | 233 | 0 | 3 | 5 | 44 | 33 | 5 | 77 |
| Binary | 10100100 | 10011111 | 10011011 | 0 | 11 | 101 | 100100 | 11011 | 101 | 111111 |
Color Harmonies of #A49F9B
Complementary color
Monochromatic Colors of #A49F9B
Black with #A49F9B
Text Example
Text Example
White with #A49F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49F9B; }
p { color: rgb(164,159,155); }
H1.HeaderClassName
{
color: #A49F9B;
}
.AnyTagClassName
{
color: #A49F9B;
}
</style>
background-color css
<style>
a { background-color: #A49F9B; }
a { background-color: rgb(164,159,155); }
div.DivClassName
{
background-color: #A49F9B;
}
.BgClassName
{
background-color: #A49F9B;
}
</style>
border-color css
<style>
span { border-color: #A49F9B; }
span { border-color: rgb(164,159,155); }
td.TdClassName
{
border-color: #A49F9B;
}
.TagClassName
{
border-color: #A49F9B;
}
</style>