Shades of Dawn #A1A090
Tints of Dawn #A1A090
RGB
CMYK
RGB Variations
Color information
#A1A090 (or 0xA1A090) is known color: Dawn. HEX triplet: A1, A0 and 90. RGB value is (161,160,144). Sum of RGB (Red+Green+Blue) = 161+160+144=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A090 is #5E5F6F. Grayscale: #9E9E9E. Windows color (decimal): -6184816 or 9478305. OLE color: 9478305.
HSL color Cylindrical-coordinate representation of color #A1A090: hue angle of 56.47º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1A090 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 144 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.37 |
| HSL | 56.47º | 0.08% | 0.6% | - |
| HSV(B) | 56.47º | 0.11% | 0.63% | - |
| XYZ | 32.3 | 34.73 | 31.39 | - |
| YUV | 158.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 144 | 0 | 0.01 | 0.11 | 0.37 | 56.47 | 0.08 | 0.6 |
| Hex | A1 | A0 | 90 | 0 | 1 | B | 25 | 38 | 8 | 3C |
| Octal | 241 | 240 | 220 | 0 | 1 | 13 | 45 | 70 | 10 | 74 |
| Binary | 10100001 | 10100000 | 10010000 | 0 | 1 | 1011 | 100101 | 111000 | 1000 | 111100 |
Color Harmonies of #A1A090
Complementary color
Monochromatic Colors of #A1A090
Black with #A1A090
Text Example
Text Example
White with #A1A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A090; }
p { color: rgb(161,160,144); }
H1.HeaderClassName
{
color: #A1A090;
}
.AnyTagClassName
{
color: #A1A090;
}
</style>
background-color css
<style>
a { background-color: #A1A090; }
a { background-color: rgb(161,160,144); }
div.DivClassName
{
background-color: #A1A090;
}
.BgClassName
{
background-color: #A1A090;
}
</style>
border-color css
<style>
span { border-color: #A1A090; }
span { border-color: rgb(161,160,144); }
td.TdClassName
{
border-color: #A1A090;
}
.TagClassName
{
border-color: #A1A090;
}
</style>