Shades of Dawn #A29E8D
Tints of Dawn #A29E8D
RGB
CMYK
RGB Variations
Color information
#A29E8D (or 0xA29E8D) is known color: Dawn. HEX triplet: A2, 9E and 8D. RGB value is (162,158,141). Sum of RGB (Red+Green+Blue) = 162+158+141=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29E8D is #5D6172. Grayscale: #9D9D9D. Windows color (decimal): -6119795 or 9281186. OLE color: 9281186.
HSL color Cylindrical-coordinate representation of color #A29E8D: hue angle of 48.57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A29E8D is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 141 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.36 |
| HSL | 48.57º | 0.1% | 0.59% | - |
| HSV(B) | 48.57º | 0.13% | 0.64% | - |
| XYZ | 31.93 | 34.06 | 30.09 | - |
| YUV | 157.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 141 | 0 | 0.02 | 0.13 | 0.36 | 48.57 | 0.1 | 0.59 |
| Hex | A2 | 9E | 8D | 0 | 2 | D | 24 | 31 | A | 3B |
| Octal | 242 | 236 | 215 | 0 | 2 | 15 | 44 | 61 | 12 | 73 |
| Binary | 10100010 | 10011110 | 10001101 | 0 | 10 | 1101 | 100100 | 110001 | 1010 | 111011 |
Color Harmonies of #A29E8D
Complementary color
Monochromatic Colors of #A29E8D
Black with #A29E8D
Text Example
Text Example
White with #A29E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E8D; }
p { color: rgb(162,158,141); }
H1.HeaderClassName
{
color: #A29E8D;
}
.AnyTagClassName
{
color: #A29E8D;
}
</style>
background-color css
<style>
a { background-color: #A29E8D; }
a { background-color: rgb(162,158,141); }
div.DivClassName
{
background-color: #A29E8D;
}
.BgClassName
{
background-color: #A29E8D;
}
</style>
border-color css
<style>
span { border-color: #A29E8D; }
span { border-color: rgb(162,158,141); }
td.TdClassName
{
border-color: #A29E8D;
}
.TagClassName
{
border-color: #A29E8D;
}
</style>