Shades of Dawn #A6A390
Tints of Dawn #A6A390
RGB
CMYK
RGB Variations
Color information
#A6A390 (or 0xA6A390) is known color: Dawn. HEX triplet: A6, A3 and 90. RGB value is (166,163,144). Sum of RGB (Red+Green+Blue) = 166+163+144=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A390 is #595C6F. Grayscale: #A1A1A1. Windows color (decimal): -5856368 or 9479078. OLE color: 9479078.
HSL color Cylindrical-coordinate representation of color #A6A390: hue angle of 51.82º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6A390 is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 163 | 144 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.35 |
| HSL | 51.82º | 0.11% | 0.61% | - |
| HSV(B) | 51.82º | 0.13% | 0.65% | - |
| XYZ | 33.86 | 36.32 | 31.61 | - |
| YUV | 161.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 163 | 144 | 0 | 0.02 | 0.13 | 0.35 | 51.82 | 0.11 | 0.61 |
| Hex | A6 | A3 | 90 | 0 | 2 | D | 23 | 34 | B | 3D |
| Octal | 246 | 243 | 220 | 0 | 2 | 15 | 43 | 64 | 13 | 75 |
| Binary | 10100110 | 10100011 | 10010000 | 0 | 10 | 1101 | 100011 | 110100 | 1011 | 111101 |
Color Harmonies of #A6A390
Complementary color
Monochromatic Colors of #A6A390
Black with #A6A390
Text Example
Text Example
White with #A6A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6A390; }
p { color: rgb(166,163,144); }
H1.HeaderClassName
{
color: #A6A390;
}
.AnyTagClassName
{
color: #A6A390;
}
</style>
background-color css
<style>
a { background-color: #A6A390; }
a { background-color: rgb(166,163,144); }
div.DivClassName
{
background-color: #A6A390;
}
.BgClassName
{
background-color: #A6A390;
}
</style>
border-color css
<style>
span { border-color: #A6A390; }
span { border-color: rgb(166,163,144); }
td.TdClassName
{
border-color: #A6A390;
}
.TagClassName
{
border-color: #A6A390;
}
</style>