Shades of Dawn #A1A08D
Tints of Dawn #A1A08D
RGB
CMYK
RGB Variations
Color information
#A1A08D (or 0xA1A08D) is known color: Dawn. HEX triplet: A1, A0 and 8D. RGB value is (161,160,141). Sum of RGB (Red+Green+Blue) = 161+160+141=462 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.85% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A08D is #5E5F72. Grayscale: #9E9E9E. Windows color (decimal): -6184819 or 9281697. OLE color: 9281697.
HSL color Cylindrical-coordinate representation of color #A1A08D: hue angle of 57º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1A08D is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 141 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.37 |
| HSL | 57º | 0.1% | 0.59% | - |
| HSV(B) | 57º | 0.12% | 0.63% | - |
| XYZ | 32.08 | 34.64 | 30.2 | - |
| YUV | 158.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 141 | 0 | 0.01 | 0.12 | 0.37 | 57 | 0.1 | 0.59 |
| Hex | A1 | A0 | 8D | 0 | 1 | C | 25 | 39 | A | 3B |
| Octal | 241 | 240 | 215 | 0 | 1 | 14 | 45 | 71 | 12 | 73 |
| Binary | 10100001 | 10100000 | 10001101 | 0 | 1 | 1100 | 100101 | 111001 | 1010 | 111011 |
Color Harmonies of #A1A08D
Complementary color
Monochromatic Colors of #A1A08D
Black with #A1A08D
Text Example
Text Example
White with #A1A08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A08D; }
p { color: rgb(161,160,141); }
H1.HeaderClassName
{
color: #A1A08D;
}
.AnyTagClassName
{
color: #A1A08D;
}
</style>
background-color css
<style>
a { background-color: #A1A08D; }
a { background-color: rgb(161,160,141); }
div.DivClassName
{
background-color: #A1A08D;
}
.BgClassName
{
background-color: #A1A08D;
}
</style>
border-color css
<style>
span { border-color: #A1A08D; }
span { border-color: rgb(161,160,141); }
td.TdClassName
{
border-color: #A1A08D;
}
.TagClassName
{
border-color: #A1A08D;
}
</style>