Shades of Dawn #A2A196
Tints of Dawn #A2A196
RGB
CMYK
RGB Variations
Color information
#A2A196 (or 0xA2A196) is known color: Dawn. HEX triplet: A2, A1 and 96. RGB value is (162,161,150). Sum of RGB (Red+Green+Blue) = 162+161+150=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A196 is #5D5E69. Grayscale: #A0A0A0. Windows color (decimal): -6119018 or 9871778. OLE color: 9871778.
HSL color Cylindrical-coordinate representation of color #A2A196: hue angle of 55º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2A196 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 161 | 150 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.36 |
| HSL | 55º | 0.06% | 0.61% | - |
| HSV(B) | 55º | 0.07% | 0.64% | - |
| XYZ | 33.15 | 35.37 | 33.93 | - |
| YUV | 160.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 161 | 150 | 0 | 0.01 | 0.07 | 0.36 | 55 | 0.06 | 0.61 |
| Hex | A2 | A1 | 96 | 0 | 1 | 7 | 24 | 37 | 6 | 3D |
| Octal | 242 | 241 | 226 | 0 | 1 | 7 | 44 | 67 | 6 | 75 |
| Binary | 10100010 | 10100001 | 10010110 | 0 | 1 | 111 | 100100 | 110111 | 110 | 111101 |
Color Harmonies of #A2A196
Complementary color
Monochromatic Colors of #A2A196
Black with #A2A196
Text Example
Text Example
White with #A2A196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2A196; }
p { color: rgb(162,161,150); }
H1.HeaderClassName
{
color: #A2A196;
}
.AnyTagClassName
{
color: #A2A196;
}
</style>
background-color css
<style>
a { background-color: #A2A196; }
a { background-color: rgb(162,161,150); }
div.DivClassName
{
background-color: #A2A196;
}
.BgClassName
{
background-color: #A2A196;
}
</style>
border-color css
<style>
span { border-color: #A2A196; }
span { border-color: rgb(162,161,150); }
td.TdClassName
{
border-color: #A2A196;
}
.TagClassName
{
border-color: #A2A196;
}
</style>