Shades of Cloudy #A2A1A0
Tints of Cloudy #A2A1A0
RGB
CMYK
RGB Variations
Color information
#A2A1A0 (or 0xA2A1A0) is known color: Cloudy. HEX triplet: A2, A1 and A0. RGB value is (162,161,160). Sum of RGB (Red+Green+Blue) = 162+161+160=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 160 (62.89% from 255 or 33.13% from 483); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A1A0 is #5D5E5F. Grayscale: #A1A1A1. Windows color (decimal): -6119008 or 10527138. OLE color: 10527138.
HSL color Cylindrical-coordinate representation of color #A2A1A0: hue angle of 30º degrees, saturation: 0.01, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #A2A1A0 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.36.
Color convert
RGB | 162 | 161 | 160 | - |
CMYK | 0 | 0.01 | 0.01 | 0.36 |
HSL | 30º | 0.01% | 0.63% | - |
HSV(B) | 30º | 0.01% | 0.64% | - |
XYZ | 33.99 | 35.71 | 38.36 | - |
YUV | 161.19 | 127.33 | 128.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 161 | 160 | 0 | 0.01 | 0.01 | 0.36 | 30 | 0.01 | 0.63 |
Hex | A2 | A1 | A0 | 0 | 1 | 1 | 24 | 1E | 1 | 3F |
Octal | 242 | 241 | 240 | 0 | 1 | 1 | 44 | 36 | 1 | 77 |
Binary | 10100010 | 10100001 | 10100000 | 0 | 1 | 1 | 100100 | 11110 | 1 | 111111 |
Color Harmonies of #A2A1A0
Complementary color
Monochromatic Colors of #A2A1A0
Black with #A2A1A0
Text Example
Text Example
White with #A2A1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A1A0; }
p { color: rgb(162,161,160); }
H1.HeaderClassName
{
color: #A2A1A0;
}
.AnyTagClassName
{
color: #A2A1A0;
}
</style>
background-color css
<style>
a { background-color: #A2A1A0; }
a { background-color: rgb(162,161,160); }
div.DivClassName
{
background-color: #A2A1A0;
}
.BgClassName
{
background-color: #A2A1A0;
}
</style>
border-color css
<style>
span { border-color: #A2A1A0; }
span { border-color: rgb(162,161,160); }
td.TdClassName
{
border-color: #A2A1A0;
}
.TagClassName
{
border-color: #A2A1A0;
}
</style>