Shades of Dawn #A29F90
Tints of Dawn #A29F90
RGB
CMYK
RGB Variations
Color information
#A29F90 (or 0xA29F90) is known color: Dawn. HEX triplet: A2, 9F and 90. RGB value is (162,159,144). Sum of RGB (Red+Green+Blue) = 162+159+144=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F90 is #5D606F. Grayscale: #9E9E9E. Windows color (decimal): -6119536 or 9478050. OLE color: 9478050.
HSL color Cylindrical-coordinate representation of color #A29F90: hue angle of 50º 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 #A29F90 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 144 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.36 |
| HSL | 50º | 0.09% | 0.6% | - |
| HSV(B) | 50º | 0.11% | 0.64% | - |
| XYZ | 32.33 | 34.49 | 31.34 | - |
| YUV | 158.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 144 | 0 | 0.02 | 0.11 | 0.36 | 50 | 0.09 | 0.6 |
| Hex | A2 | 9F | 90 | 0 | 2 | B | 24 | 32 | 9 | 3C |
| Octal | 242 | 237 | 220 | 0 | 2 | 13 | 44 | 62 | 11 | 74 |
| Binary | 10100010 | 10011111 | 10010000 | 0 | 10 | 1011 | 100100 | 110010 | 1001 | 111100 |
Color Harmonies of #A29F90
Complementary color
Monochromatic Colors of #A29F90
Black with #A29F90
Text Example
Text Example
White with #A29F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F90; }
p { color: rgb(162,159,144); }
H1.HeaderClassName
{
color: #A29F90;
}
.AnyTagClassName
{
color: #A29F90;
}
</style>
background-color css
<style>
a { background-color: #A29F90; }
a { background-color: rgb(162,159,144); }
div.DivClassName
{
background-color: #A29F90;
}
.BgClassName
{
background-color: #A29F90;
}
</style>
border-color css
<style>
span { border-color: #A29F90; }
span { border-color: rgb(162,159,144); }
td.TdClassName
{
border-color: #A29F90;
}
.TagClassName
{
border-color: #A29F90;
}
</style>