Shades of Cloudy #A5A19E
Tints of Cloudy #A5A19E
RGB
CMYK
RGB Variations
Color information
#A5A19E (or 0xA5A19E) is known color: Cloudy. HEX triplet: A5, A1 and 9E. RGB value is (165,161,158). Sum of RGB (Red+Green+Blue) = 165+161+158=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A19E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A19E is #5A5E61. Grayscale: #A1A1A1. Windows color (decimal): -5922402 or 10396069. OLE color: 10396069.
HSL color Cylindrical-coordinate representation of color #A5A19E: hue angle of 25.71º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A5A19E is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 161 | 158 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.35 |
| HSL | 25.71º | 0.04% | 0.63% | - |
| HSV(B) | 25.71º | 0.04% | 0.65% | - |
| XYZ | 34.43 | 35.96 | 37.47 | - |
| YUV | 161.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 158 | 0 | 0.02 | 0.04 | 0.35 | 25.71 | 0.04 | 0.63 |
| Hex | A5 | A1 | 9E | 0 | 2 | 4 | 23 | 1A | 4 | 3F |
| Octal | 245 | 241 | 236 | 0 | 2 | 4 | 43 | 32 | 4 | 77 |
| Binary | 10100101 | 10100001 | 10011110 | 0 | 10 | 100 | 100011 | 11010 | 100 | 111111 |
Color Harmonies of #A5A19E
Complementary color
Monochromatic Colors of #A5A19E
Black with #A5A19E
Text Example
Text Example
White with #A5A19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A19E; }
p { color: rgb(165,161,158); }
H1.HeaderClassName
{
color: #A5A19E;
}
.AnyTagClassName
{
color: #A5A19E;
}
</style>
background-color css
<style>
a { background-color: #A5A19E; }
a { background-color: rgb(165,161,158); }
div.DivClassName
{
background-color: #A5A19E;
}
.BgClassName
{
background-color: #A5A19E;
}
</style>
border-color css
<style>
span { border-color: #A5A19E; }
span { border-color: rgb(165,161,158); }
td.TdClassName
{
border-color: #A5A19E;
}
.TagClassName
{
border-color: #A5A19E;
}
</style>