Shades of Cloudy #A3A19F
Tints of Cloudy #A3A19F
RGB
CMYK
RGB Variations
Color information
#A3A19F (or 0xA3A19F) is known color: Cloudy. HEX triplet: A3, A1 and 9F. RGB value is (163,161,159). Sum of RGB (Red+Green+Blue) = 163+161+159=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A19F is #5C5E60. Grayscale: #A1A1A1. Windows color (decimal): -6053473 or 10461603. OLE color: 10461603.
HSL color Cylindrical-coordinate representation of color #A3A19F: hue angle of 30º degrees, saturation: 0.02, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #A3A19F is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 159 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.36 |
| HSL | 30º | 0.02% | 0.63% | - |
| HSV(B) | 30º | 0.02% | 0.64% | - |
| XYZ | 34.11 | 35.78 | 37.91 | - |
| YUV | 161.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 159 | 0 | 0.01 | 0.02 | 0.36 | 30 | 0.02 | 0.63 |
| Hex | A3 | A1 | 9F | 0 | 1 | 2 | 24 | 1E | 2 | 3F |
| Octal | 243 | 241 | 237 | 0 | 1 | 2 | 44 | 36 | 2 | 77 |
| Binary | 10100011 | 10100001 | 10011111 | 0 | 1 | 10 | 100100 | 11110 | 10 | 111111 |
Color Harmonies of #A3A19F
Complementary color
Monochromatic Colors of #A3A19F
Black with #A3A19F
Text Example
Text Example
White with #A3A19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A19F; }
p { color: rgb(163,161,159); }
H1.HeaderClassName
{
color: #A3A19F;
}
.AnyTagClassName
{
color: #A3A19F;
}
</style>
background-color css
<style>
a { background-color: #A3A19F; }
a { background-color: rgb(163,161,159); }
div.DivClassName
{
background-color: #A3A19F;
}
.BgClassName
{
background-color: #A3A19F;
}
</style>
border-color css
<style>
span { border-color: #A3A19F; }
span { border-color: rgb(163,161,159); }
td.TdClassName
{
border-color: #A3A19F;
}
.TagClassName
{
border-color: #A3A19F;
}
</style>