Shades of Dawn #A29F93
Tints of Dawn #A29F93
RGB
CMYK
RGB Variations
Color information
#A29F93 (or 0xA29F93) is known color: Dawn. HEX triplet: A2, 9F and 93. RGB value is (162,159,147). Sum of RGB (Red+Green+Blue) = 162+159+147=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29F93 is #5D606C. Grayscale: #9E9E9E. Windows color (decimal): -6119533 or 9674658. OLE color: 9674658.
HSL color Cylindrical-coordinate representation of color #A29F93: hue angle of 48º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A29F93 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 159 | 147 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.36 |
| HSL | 48º | 0.07% | 0.61% | - |
| HSV(B) | 48º | 0.09% | 0.64% | - |
| XYZ | 32.56 | 34.58 | 32.56 | - |
| YUV | 158.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 147 | 0 | 0.02 | 0.09 | 0.36 | 48 | 0.07 | 0.61 |
| Hex | A2 | 9F | 93 | 0 | 2 | 9 | 24 | 30 | 7 | 3D |
| Octal | 242 | 237 | 223 | 0 | 2 | 11 | 44 | 60 | 7 | 75 |
| Binary | 10100010 | 10011111 | 10010011 | 0 | 10 | 1001 | 100100 | 110000 | 111 | 111101 |
Color Harmonies of #A29F93
Complementary color
Monochromatic Colors of #A29F93
Black with #A29F93
Text Example
Text Example
White with #A29F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29F93; }
p { color: rgb(162,159,147); }
H1.HeaderClassName
{
color: #A29F93;
}
.AnyTagClassName
{
color: #A29F93;
}
</style>
background-color css
<style>
a { background-color: #A29F93; }
a { background-color: rgb(162,159,147); }
div.DivClassName
{
background-color: #A29F93;
}
.BgClassName
{
background-color: #A29F93;
}
</style>
border-color css
<style>
span { border-color: #A29F93; }
span { border-color: rgb(162,159,147); }
td.TdClassName
{
border-color: #A29F93;
}
.TagClassName
{
border-color: #A29F93;
}
</style>