Shades of Dawn #A6A394
Tints of Dawn #A6A394
RGB
CMYK
RGB Variations
Color information
#A6A394 (or 0xA6A394) is known color: Dawn. HEX triplet: A6, A3 and 94. RGB value is (166,163,148). Sum of RGB (Red+Green+Blue) = 166+163+148=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A394 is #595C6B. Grayscale: #A2A2A2. Windows color (decimal): -5856364 or 9741222. OLE color: 9741222.
HSL color Cylindrical-coordinate representation of color #A6A394: hue angle of 50º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6A394 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 148 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.35 |
| HSL | 50º | 0.09% | 0.62% | - |
| HSV(B) | 50º | 0.11% | 0.65% | - |
| XYZ | 34.17 | 36.44 | 33.25 | - |
| YUV | 162.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 148 | 0 | 0.02 | 0.11 | 0.35 | 50 | 0.09 | 0.62 |
| Hex | A6 | A3 | 94 | 0 | 2 | B | 23 | 32 | 9 | 3E |
| Octal | 246 | 243 | 224 | 0 | 2 | 13 | 43 | 62 | 11 | 76 |
| Binary | 10100110 | 10100011 | 10010100 | 0 | 10 | 1011 | 100011 | 110010 | 1001 | 111110 |
Color Harmonies of #A6A394
Complementary color
Monochromatic Colors of #A6A394
Black with #A6A394
Text Example
Text Example
White with #A6A394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A394; }
p { color: rgb(166,163,148); }
H1.HeaderClassName
{
color: #A6A394;
}
.AnyTagClassName
{
color: #A6A394;
}
</style>
background-color css
<style>
a { background-color: #A6A394; }
a { background-color: rgb(166,163,148); }
div.DivClassName
{
background-color: #A6A394;
}
.BgClassName
{
background-color: #A6A394;
}
</style>
border-color css
<style>
span { border-color: #A6A394; }
span { border-color: rgb(166,163,148); }
td.TdClassName
{
border-color: #A6A394;
}
.TagClassName
{
border-color: #A6A394;
}
</style>