Shades of Cloudy #A59F9A
Tints of Cloudy #A59F9A
RGB
CMYK
RGB Variations
Color information
#A59F9A (or 0xA59F9A) is known color: Cloudy. HEX triplet: A5, 9F and 9A. RGB value is (165,159,154). Sum of RGB (Red+Green+Blue) = 165+159+154=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59F9A is #5A6065. Grayscale: #A0A0A0. Windows color (decimal): -5922918 or 10133413. OLE color: 10133413.
HSL color Cylindrical-coordinate representation of color #A59F9A: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A59F9A is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 154 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.35 |
| HSL | 27.27º | 0.06% | 0.63% | - |
| HSV(B) | 27.27º | 0.07% | 0.65% | - |
| XYZ | 33.75 | 35.13 | 35.57 | - |
| YUV | 160.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 154 | 0 | 0.04 | 0.07 | 0.35 | 27.27 | 0.06 | 0.63 |
| Hex | A5 | 9F | 9A | 0 | 4 | 7 | 23 | 1B | 6 | 3F |
| Octal | 245 | 237 | 232 | 0 | 4 | 7 | 43 | 33 | 6 | 77 |
| Binary | 10100101 | 10011111 | 10011010 | 0 | 100 | 111 | 100011 | 11011 | 110 | 111111 |
Color Harmonies of #A59F9A
Complementary color
Monochromatic Colors of #A59F9A
Black with #A59F9A
Text Example
Text Example
White with #A59F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F9A; }
p { color: rgb(165,159,154); }
H1.HeaderClassName
{
color: #A59F9A;
}
.AnyTagClassName
{
color: #A59F9A;
}
</style>
background-color css
<style>
a { background-color: #A59F9A; }
a { background-color: rgb(165,159,154); }
div.DivClassName
{
background-color: #A59F9A;
}
.BgClassName
{
background-color: #A59F9A;
}
</style>
border-color css
<style>
span { border-color: #A59F9A; }
span { border-color: rgb(165,159,154); }
td.TdClassName
{
border-color: #A59F9A;
}
.TagClassName
{
border-color: #A59F9A;
}
</style>