Shades of Dawn #A1A08E
Tints of Dawn #A1A08E
RGB
CMYK
RGB Variations
Color information
#A1A08E (or 0xA1A08E) is known color: Dawn. HEX triplet: A1, A0 and 8E. RGB value is (161,160,142). Sum of RGB (Red+Green+Blue) = 161+160+142=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A08E is #5E5F71. Grayscale: #9E9E9E. Windows color (decimal): -6184818 or 9347233. OLE color: 9347233.
HSL color Cylindrical-coordinate representation of color #A1A08E: hue angle of 56.84º degrees, saturation: 0.09, 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 #A1A08E is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 142 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.37 |
| HSL | 56.84º | 0.09% | 0.59% | - |
| HSV(B) | 56.84º | 0.12% | 0.63% | - |
| XYZ | 32.15 | 34.67 | 30.59 | - |
| YUV | 158.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 142 | 0 | 0.01 | 0.12 | 0.37 | 56.84 | 0.09 | 0.59 |
| Hex | A1 | A0 | 8E | 0 | 1 | C | 25 | 39 | 9 | 3B |
| Octal | 241 | 240 | 216 | 0 | 1 | 14 | 45 | 71 | 11 | 73 |
| Binary | 10100001 | 10100000 | 10001110 | 0 | 1 | 1100 | 100101 | 111001 | 1001 | 111011 |
Color Harmonies of #A1A08E
Complementary color
Monochromatic Colors of #A1A08E
Black with #A1A08E
Text Example
Text Example
White with #A1A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A08E; }
p { color: rgb(161,160,142); }
H1.HeaderClassName
{
color: #A1A08E;
}
.AnyTagClassName
{
color: #A1A08E;
}
</style>
background-color css
<style>
a { background-color: #A1A08E; }
a { background-color: rgb(161,160,142); }
div.DivClassName
{
background-color: #A1A08E;
}
.BgClassName
{
background-color: #A1A08E;
}
</style>
border-color css
<style>
span { border-color: #A1A08E; }
span { border-color: rgb(161,160,142); }
td.TdClassName
{
border-color: #A1A08E;
}
.TagClassName
{
border-color: #A1A08E;
}
</style>