Shades of Cloudy #A89F95
Tints of Cloudy #A89F95
RGB
CMYK
RGB Variations
Color information
#A89F95 (or 0xA89F95) is known color: Cloudy. HEX triplet: A8, 9F and 95. RGB value is (168,159,149). Sum of RGB (Red+Green+Blue) = 168+159+149=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F95 is #57606A. Grayscale: #A0A0A0. Windows color (decimal): -5726315 or 9805736. OLE color: 9805736.
HSL color Cylindrical-coordinate representation of color #A89F95: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A89F95 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 159 | 149 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.34 |
| HSL | 31.58º | 0.1% | 0.62% | - |
| HSV(B) | 31.58º | 0.11% | 0.66% | - |
| XYZ | 33.97 | 35.29 | 33.46 | - |
| YUV | 160.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 149 | 0 | 0.05 | 0.11 | 0.34 | 31.58 | 0.1 | 0.62 |
| Hex | A8 | 9F | 95 | 0 | 5 | B | 22 | 20 | A | 3E |
| Octal | 250 | 237 | 225 | 0 | 5 | 13 | 42 | 40 | 12 | 76 |
| Binary | 10101000 | 10011111 | 10010101 | 0 | 101 | 1011 | 100010 | 100000 | 1010 | 111110 |
Color Harmonies of #A89F95
Complementary color
Monochromatic Colors of #A89F95
Black with #A89F95
Text Example
Text Example
White with #A89F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89F95; }
p { color: rgb(168,159,149); }
H1.HeaderClassName
{
color: #A89F95;
}
.AnyTagClassName
{
color: #A89F95;
}
</style>
background-color css
<style>
a { background-color: #A89F95; }
a { background-color: rgb(168,159,149); }
div.DivClassName
{
background-color: #A89F95;
}
.BgClassName
{
background-color: #A89F95;
}
</style>
border-color css
<style>
span { border-color: #A89F95; }
span { border-color: rgb(168,159,149); }
td.TdClassName
{
border-color: #A89F95;
}
.TagClassName
{
border-color: #A89F95;
}
</style>