Shades of Cloudy #A3A09D
Tints of Cloudy #A3A09D
RGB
CMYK
RGB Variations
Color information
#A3A09D (or 0xA3A09D) is known color: Cloudy. HEX triplet: A3, A0 and 9D. RGB value is (163,160,157). Sum of RGB (Red+Green+Blue) = 163+160+157=480 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.96% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 157 (61.72% from 255 or 32.71% from 480); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A09D is #5C5F62. Grayscale: #A0A0A0. Windows color (decimal): -6053731 or 10330275. OLE color: 10330275.
HSL color Cylindrical-coordinate representation of color #A3A09D: hue angle of 30º degrees, saturation: 0.03, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #A3A09D is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 157 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.36 |
| HSL | 30º | 0.03% | 0.63% | - |
| HSV(B) | 30º | 0.04% | 0.64% | - |
| XYZ | 33.76 | 35.36 | 36.94 | - |
| YUV | 160.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 157 | 0 | 0.02 | 0.04 | 0.36 | 30 | 0.03 | 0.63 |
| Hex | A3 | A0 | 9D | 0 | 2 | 4 | 24 | 1E | 3 | 3F |
| Octal | 243 | 240 | 235 | 0 | 2 | 4 | 44 | 36 | 3 | 77 |
| Binary | 10100011 | 10100000 | 10011101 | 0 | 10 | 100 | 100100 | 11110 | 11 | 111111 |
Color Harmonies of #A3A09D
Complementary color
Monochromatic Colors of #A3A09D
Black with #A3A09D
Text Example
Text Example
White with #A3A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A09D; }
p { color: rgb(163,160,157); }
H1.HeaderClassName
{
color: #A3A09D;
}
.AnyTagClassName
{
color: #A3A09D;
}
</style>
background-color css
<style>
a { background-color: #A3A09D; }
a { background-color: rgb(163,160,157); }
div.DivClassName
{
background-color: #A3A09D;
}
.BgClassName
{
background-color: #A3A09D;
}
</style>
border-color css
<style>
span { border-color: #A3A09D; }
span { border-color: rgb(163,160,157); }
td.TdClassName
{
border-color: #A3A09D;
}
.TagClassName
{
border-color: #A3A09D;
}
</style>