Shades of Dawn #A3A08D
Tints of Dawn #A3A08D
RGB
CMYK
RGB Variations
Color information
#A3A08D (or 0xA3A08D) is known color: Dawn. HEX triplet: A3, A0 and 8D. RGB value is (163,160,141). Sum of RGB (Red+Green+Blue) = 163+160+141=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A08D is #5C5F72. Grayscale: #9E9E9E. Windows color (decimal): -6053747 or 9281699. OLE color: 9281699.
HSL color Cylindrical-coordinate representation of color #A3A08D: hue angle of 51.82º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3A08D is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 141 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.36 |
| HSL | 51.82º | 0.11% | 0.6% | - |
| HSV(B) | 51.82º | 0.13% | 0.64% | - |
| XYZ | 32.48 | 34.85 | 30.21 | - |
| YUV | 158.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 141 | 0 | 0.02 | 0.13 | 0.36 | 51.82 | 0.11 | 0.6 |
| Hex | A3 | A0 | 8D | 0 | 2 | D | 24 | 34 | B | 3C |
| Octal | 243 | 240 | 215 | 0 | 2 | 15 | 44 | 64 | 13 | 74 |
| Binary | 10100011 | 10100000 | 10001101 | 0 | 10 | 1101 | 100100 | 110100 | 1011 | 111100 |
Color Harmonies of #A3A08D
Complementary color
Monochromatic Colors of #A3A08D
Black with #A3A08D
Text Example
Text Example
White with #A3A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A08D; }
p { color: rgb(163,160,141); }
H1.HeaderClassName
{
color: #A3A08D;
}
.AnyTagClassName
{
color: #A3A08D;
}
</style>
background-color css
<style>
a { background-color: #A3A08D; }
a { background-color: rgb(163,160,141); }
div.DivClassName
{
background-color: #A3A08D;
}
.BgClassName
{
background-color: #A3A08D;
}
</style>
border-color css
<style>
span { border-color: #A3A08D; }
span { border-color: rgb(163,160,141); }
td.TdClassName
{
border-color: #A3A08D;
}
.TagClassName
{
border-color: #A3A08D;
}
</style>