Shades of Dawn #A6A293
Tints of Dawn #A6A293
RGB
CMYK
RGB Variations
Color information
#A6A293 (or 0xA6A293) is known color: Dawn. HEX triplet: A6, A2 and 93. RGB value is (166,162,147). Sum of RGB (Red+Green+Blue) = 166+162+147=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A293 is #595D6C. Grayscale: #A1A1A1. Windows color (decimal): -5856621 or 9675430. OLE color: 9675430.
HSL color Cylindrical-coordinate representation of color #A6A293: hue angle of 47.37º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6A293 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 162 | 147 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.35 |
| HSL | 47.37º | 0.1% | 0.61% | - |
| HSV(B) | 47.37º | 0.11% | 0.65% | - |
| XYZ | 33.91 | 36.05 | 32.78 | - |
| YUV | 161.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 162 | 147 | 0 | 0.02 | 0.11 | 0.35 | 47.37 | 0.1 | 0.61 |
| Hex | A6 | A2 | 93 | 0 | 2 | B | 23 | 2F | A | 3D |
| Octal | 246 | 242 | 223 | 0 | 2 | 13 | 43 | 57 | 12 | 75 |
| Binary | 10100110 | 10100010 | 10010011 | 0 | 10 | 1011 | 100011 | 101111 | 1010 | 111101 |
Color Harmonies of #A6A293
Complementary color
Monochromatic Colors of #A6A293
Black with #A6A293
Text Example
Text Example
White with #A6A293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A293; }
p { color: rgb(166,162,147); }
H1.HeaderClassName
{
color: #A6A293;
}
.AnyTagClassName
{
color: #A6A293;
}
</style>
background-color css
<style>
a { background-color: #A6A293; }
a { background-color: rgb(166,162,147); }
div.DivClassName
{
background-color: #A6A293;
}
.BgClassName
{
background-color: #A6A293;
}
</style>
border-color css
<style>
span { border-color: #A6A293; }
span { border-color: rgb(166,162,147); }
td.TdClassName
{
border-color: #A6A293;
}
.TagClassName
{
border-color: #A6A293;
}
</style>