Shades of Dawn #A29E90
Tints of Dawn #A29E90
RGB
CMYK
RGB Variations
Color information
#A29E90 (or 0xA29E90) is known color: Dawn. HEX triplet: A2, 9E and 90. RGB value is (162,158,144). Sum of RGB (Red+Green+Blue) = 162+158+144=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29E90 is #5D616F. Grayscale: #9D9D9D. Windows color (decimal): -6119792 or 9477794. OLE color: 9477794.
HSL color Cylindrical-coordinate representation of color #A29E90: hue angle of 46.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A29E90 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 144 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.36 |
| HSL | 46.67º | 0.09% | 0.6% | - |
| HSV(B) | 46.67º | 0.11% | 0.64% | - |
| XYZ | 32.16 | 34.15 | 31.28 | - |
| YUV | 157.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 144 | 0 | 0.02 | 0.11 | 0.36 | 46.67 | 0.09 | 0.6 |
| Hex | A2 | 9E | 90 | 0 | 2 | B | 24 | 2F | 9 | 3C |
| Octal | 242 | 236 | 220 | 0 | 2 | 13 | 44 | 57 | 11 | 74 |
| Binary | 10100010 | 10011110 | 10010000 | 0 | 10 | 1011 | 100100 | 101111 | 1001 | 111100 |
Color Harmonies of #A29E90
Complementary color
Monochromatic Colors of #A29E90
Black with #A29E90
Text Example
Text Example
White with #A29E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E90; }
p { color: rgb(162,158,144); }
H1.HeaderClassName
{
color: #A29E90;
}
.AnyTagClassName
{
color: #A29E90;
}
</style>
background-color css
<style>
a { background-color: #A29E90; }
a { background-color: rgb(162,158,144); }
div.DivClassName
{
background-color: #A29E90;
}
.BgClassName
{
background-color: #A29E90;
}
</style>
border-color css
<style>
span { border-color: #A29E90; }
span { border-color: rgb(162,158,144); }
td.TdClassName
{
border-color: #A29E90;
}
.TagClassName
{
border-color: #A29E90;
}
</style>