Shades of Cloudy #A89F97
Tints of Cloudy #A89F97
RGB
CMYK
RGB Variations
Color information
#A89F97 (or 0xA89F97) is known color: Cloudy. HEX triplet: A8, 9F and 97. RGB value is (168,159,151). Sum of RGB (Red+Green+Blue) = 168+159+151=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F97 is #576068. Grayscale: #A0A0A0. Windows color (decimal): -5726313 or 9936808. OLE color: 9936808.
HSL color Cylindrical-coordinate representation of color #A89F97: hue angle of 28.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89F97 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 151 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.34 |
| HSL | 28.24º | 0.09% | 0.63% | - |
| HSV(B) | 28.24º | 0.1% | 0.66% | - |
| XYZ | 34.13 | 35.36 | 34.3 | - |
| YUV | 160.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 151 | 0 | 0.05 | 0.10 | 0.34 | 28.24 | 0.09 | 0.63 |
| Hex | A8 | 9F | 97 | 0 | 5 | A | 22 | 1C | 9 | 3F |
| Octal | 250 | 237 | 227 | 0 | 5 | 12 | 42 | 34 | 11 | 77 |
| Binary | 10101000 | 10011111 | 10010111 | 0 | 101 | 1010 | 100010 | 11100 | 1001 | 111111 |
Color Harmonies of #A89F97
Complementary color
Monochromatic Colors of #A89F97
Black with #A89F97
Text Example
Text Example
White with #A89F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F97; }
p { color: rgb(168,159,151); }
H1.HeaderClassName
{
color: #A89F97;
}
.AnyTagClassName
{
color: #A89F97;
}
</style>
background-color css
<style>
a { background-color: #A89F97; }
a { background-color: rgb(168,159,151); }
div.DivClassName
{
background-color: #A89F97;
}
.BgClassName
{
background-color: #A89F97;
}
</style>
border-color css
<style>
span { border-color: #A89F97; }
span { border-color: rgb(168,159,151); }
td.TdClassName
{
border-color: #A89F97;
}
.TagClassName
{
border-color: #A89F97;
}
</style>