Shades of Dawn #A29D8B
Tints of Dawn #A29D8B
RGB
CMYK
RGB Variations
Color information
#A29D8B (or 0xA29D8B) is known color: Dawn. HEX triplet: A2, 9D and 8B. RGB value is (162,157,139). Sum of RGB (Red+Green+Blue) = 162+157+139=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 157 (61.72% from 255 or 34.28% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29D8B is #5D6274. Grayscale: #9C9C9C. Windows color (decimal): -6120053 or 9149858. OLE color: 9149858.
HSL color Cylindrical-coordinate representation of color #A29D8B: hue angle of 46.96º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A29D8B is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 157 | 139 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.36 |
| HSL | 46.96º | 0.11% | 0.59% | - |
| HSV(B) | 46.96º | 0.14% | 0.64% | - |
| XYZ | 31.62 | 33.66 | 29.26 | - |
| YUV | 156.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 139 | 0 | 0.03 | 0.14 | 0.36 | 46.96 | 0.11 | 0.59 |
| Hex | A2 | 9D | 8B | 0 | 3 | E | 24 | 2F | B | 3B |
| Octal | 242 | 235 | 213 | 0 | 3 | 16 | 44 | 57 | 13 | 73 |
| Binary | 10100010 | 10011101 | 10001011 | 0 | 11 | 1110 | 100100 | 101111 | 1011 | 111011 |
Color Harmonies of #A29D8B
Complementary color
Monochromatic Colors of #A29D8B
Black with #A29D8B
Text Example
Text Example
White with #A29D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29D8B; }
p { color: rgb(162,157,139); }
H1.HeaderClassName
{
color: #A29D8B;
}
.AnyTagClassName
{
color: #A29D8B;
}
</style>
background-color css
<style>
a { background-color: #A29D8B; }
a { background-color: rgb(162,157,139); }
div.DivClassName
{
background-color: #A29D8B;
}
.BgClassName
{
background-color: #A29D8B;
}
</style>
border-color css
<style>
span { border-color: #A29D8B; }
span { border-color: rgb(162,157,139); }
td.TdClassName
{
border-color: #A29D8B;
}
.TagClassName
{
border-color: #A29D8B;
}
</style>