Shades of Cloudy #A4A19D
Tints of Cloudy #A4A19D
RGB
CMYK
RGB Variations
Color information
#A4A19D (or 0xA4A19D) is known color: Cloudy. HEX triplet: A4, A1 and 9D. RGB value is (164,161,157). Sum of RGB (Red+Green+Blue) = 164+161+157=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A19D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A19D is #5B5E62. Grayscale: #A1A1A1. Windows color (decimal): -5987939 or 10330532. OLE color: 10330532.
HSL color Cylindrical-coordinate representation of color #A4A19D: hue angle of 34.29º degrees, saturation: 0.04, 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 #A4A19D is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.36.
Color convert
RGB | 164 | 161 | 157 | - |
CMYK | 0 | 0.02 | 0.04 | 0.36 |
HSL | 34.29º | 0.04% | 0.63% | - |
HSV(B) | 34.29º | 0.04% | 0.64% | - |
XYZ | 34.14 | 35.82 | 37.01 | - |
YUV | 161.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 161 | 157 | 0 | 0.02 | 0.04 | 0.36 | 34.29 | 0.04 | 0.63 |
Hex | A4 | A1 | 9D | 0 | 2 | 4 | 24 | 22 | 4 | 3F |
Octal | 244 | 241 | 235 | 0 | 2 | 4 | 44 | 42 | 4 | 77 |
Binary | 10100100 | 10100001 | 10011101 | 0 | 10 | 100 | 100100 | 100010 | 100 | 111111 |
Color Harmonies of #A4A19D
Complementary color
Monochromatic Colors of #A4A19D
Black with #A4A19D
Text Example
Text Example
White with #A4A19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A19D; }
p { color: rgb(164,161,157); }
H1.HeaderClassName
{
color: #A4A19D;
}
.AnyTagClassName
{
color: #A4A19D;
}
</style>
background-color css
<style>
a { background-color: #A4A19D; }
a { background-color: rgb(164,161,157); }
div.DivClassName
{
background-color: #A4A19D;
}
.BgClassName
{
background-color: #A4A19D;
}
</style>
border-color css
<style>
span { border-color: #A4A19D; }
span { border-color: rgb(164,161,157); }
td.TdClassName
{
border-color: #A4A19D;
}
.TagClassName
{
border-color: #A4A19D;
}
</style>