Shades of Dawn #A3A08E
Tints of Dawn #A3A08E
RGB
CMYK
RGB Variations
Color information
#A3A08E (or 0xA3A08E) is known color: Dawn. HEX triplet: A3, A0 and 8E. RGB value is (163,160,142). Sum of RGB (Red+Green+Blue) = 163+160+142=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A08E is #5C5F71. Grayscale: #9E9E9E. Windows color (decimal): -6053746 or 9347235. OLE color: 9347235.
HSL color Cylindrical-coordinate representation of color #A3A08E: hue angle of 51.43º degrees, saturation: 0.1, 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 #A3A08E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 142 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.36 |
| HSL | 51.43º | 0.1% | 0.6% | - |
| HSV(B) | 51.43º | 0.13% | 0.64% | - |
| XYZ | 32.56 | 34.88 | 30.61 | - |
| YUV | 158.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 142 | 0 | 0.02 | 0.13 | 0.36 | 51.43 | 0.1 | 0.6 |
| Hex | A3 | A0 | 8E | 0 | 2 | D | 24 | 33 | A | 3C |
| Octal | 243 | 240 | 216 | 0 | 2 | 15 | 44 | 63 | 12 | 74 |
| Binary | 10100011 | 10100000 | 10001110 | 0 | 10 | 1101 | 100100 | 110011 | 1010 | 111100 |
Color Harmonies of #A3A08E
Complementary color
Monochromatic Colors of #A3A08E
Black with #A3A08E
Text Example
Text Example
White with #A3A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A08E; }
p { color: rgb(163,160,142); }
H1.HeaderClassName
{
color: #A3A08E;
}
.AnyTagClassName
{
color: #A3A08E;
}
</style>
background-color css
<style>
a { background-color: #A3A08E; }
a { background-color: rgb(163,160,142); }
div.DivClassName
{
background-color: #A3A08E;
}
.BgClassName
{
background-color: #A3A08E;
}
</style>
border-color css
<style>
span { border-color: #A3A08E; }
span { border-color: rgb(163,160,142); }
td.TdClassName
{
border-color: #A3A08E;
}
.TagClassName
{
border-color: #A3A08E;
}
</style>