Shades of Dawn #A6A395
Tints of Dawn #A6A395
RGB
CMYK
RGB Variations
Color information
#A6A395 (or 0xA6A395) is known color: Dawn. HEX triplet: A6, A3 and 95. RGB value is (166,163,149). Sum of RGB (Red+Green+Blue) = 166+163+149=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A395 is #595C6A. Grayscale: #A2A2A2. Windows color (decimal): -5856363 or 9806758. OLE color: 9806758.
HSL color Cylindrical-coordinate representation of color #A6A395: hue angle of 49.41º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6A395 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 149 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.35 |
| HSL | 49.41º | 0.09% | 0.62% | - |
| HSV(B) | 49.41º | 0.1% | 0.65% | - |
| XYZ | 34.25 | 36.47 | 33.67 | - |
| YUV | 162.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 149 | 0 | 0.02 | 0.10 | 0.35 | 49.41 | 0.09 | 0.62 |
| Hex | A6 | A3 | 95 | 0 | 2 | A | 23 | 31 | 9 | 3E |
| Octal | 246 | 243 | 225 | 0 | 2 | 12 | 43 | 61 | 11 | 76 |
| Binary | 10100110 | 10100011 | 10010101 | 0 | 10 | 1010 | 100011 | 110001 | 1001 | 111110 |
Color Harmonies of #A6A395
Complementary color
Monochromatic Colors of #A6A395
Black with #A6A395
Text Example
Text Example
White with #A6A395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A395; }
p { color: rgb(166,163,149); }
H1.HeaderClassName
{
color: #A6A395;
}
.AnyTagClassName
{
color: #A6A395;
}
</style>
background-color css
<style>
a { background-color: #A6A395; }
a { background-color: rgb(166,163,149); }
div.DivClassName
{
background-color: #A6A395;
}
.BgClassName
{
background-color: #A6A395;
}
</style>
border-color css
<style>
span { border-color: #A6A395; }
span { border-color: rgb(166,163,149); }
td.TdClassName
{
border-color: #A6A395;
}
.TagClassName
{
border-color: #A6A395;
}
</style>