Shades of Dawn #A6A28E
Tints of Dawn #A6A28E
RGB
CMYK
RGB Variations
Color information
#A6A28E (or 0xA6A28E) is known color: Dawn. HEX triplet: A6, A2 and 8E. RGB value is (166,162,142). Sum of RGB (Red+Green+Blue) = 166+162+142=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A28E is #595D71. Grayscale: #A1A1A1. Windows color (decimal): -5856626 or 9347750. OLE color: 9347750.
HSL color Cylindrical-coordinate representation of color #A6A28E: hue angle of 50º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6A28E is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 142 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.35 |
| HSL | 50º | 0.12% | 0.6% | - |
| HSV(B) | 50º | 0.14% | 0.65% | - |
| XYZ | 33.53 | 35.9 | 30.75 | - |
| YUV | 160.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 142 | 0 | 0.02 | 0.14 | 0.35 | 50 | 0.12 | 0.6 |
| Hex | A6 | A2 | 8E | 0 | 2 | E | 23 | 32 | C | 3C |
| Octal | 246 | 242 | 216 | 0 | 2 | 16 | 43 | 62 | 14 | 74 |
| Binary | 10100110 | 10100010 | 10001110 | 0 | 10 | 1110 | 100011 | 110010 | 1100 | 111100 |
Color Harmonies of #A6A28E
Complementary color
Monochromatic Colors of #A6A28E
Black with #A6A28E
Text Example
Text Example
White with #A6A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A28E; }
p { color: rgb(166,162,142); }
H1.HeaderClassName
{
color: #A6A28E;
}
.AnyTagClassName
{
color: #A6A28E;
}
</style>
background-color css
<style>
a { background-color: #A6A28E; }
a { background-color: rgb(166,162,142); }
div.DivClassName
{
background-color: #A6A28E;
}
.BgClassName
{
background-color: #A6A28E;
}
</style>
border-color css
<style>
span { border-color: #A6A28E; }
span { border-color: rgb(166,162,142); }
td.TdClassName
{
border-color: #A6A28E;
}
.TagClassName
{
border-color: #A6A28E;
}
</style>