Shades of Dawn #A1A098
Tints of Dawn #A1A098
RGB
CMYK
RGB Variations
Color information
#A1A098 (or 0xA1A098) is known color: Dawn. HEX triplet: A1, A0 and 98. RGB value is (161,160,152). Sum of RGB (Red+Green+Blue) = 161+160+152=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A098 is #5E5F67. Grayscale: #9F9F9F. Windows color (decimal): -6184808 or 10002593. OLE color: 10002593.
HSL color Cylindrical-coordinate representation of color #A1A098: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A1A098 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 160 | 152 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.37 |
| HSL | 53.33º | 0.05% | 0.61% | - |
| HSV(B) | 53.33º | 0.06% | 0.63% | - |
| XYZ | 32.94 | 34.99 | 34.72 | - |
| YUV | 159.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 160 | 152 | 0 | 0.01 | 0.06 | 0.37 | 53.33 | 0.05 | 0.61 |
| Hex | A1 | A0 | 98 | 0 | 1 | 6 | 25 | 35 | 5 | 3D |
| Octal | 241 | 240 | 230 | 0 | 1 | 6 | 45 | 65 | 5 | 75 |
| Binary | 10100001 | 10100000 | 10011000 | 0 | 1 | 110 | 100101 | 110101 | 101 | 111101 |
Color Harmonies of #A1A098
Complementary color
Monochromatic Colors of #A1A098
Black with #A1A098
Text Example
Text Example
White with #A1A098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A098; }
p { color: rgb(161,160,152); }
H1.HeaderClassName
{
color: #A1A098;
}
.AnyTagClassName
{
color: #A1A098;
}
</style>
background-color css
<style>
a { background-color: #A1A098; }
a { background-color: rgb(161,160,152); }
div.DivClassName
{
background-color: #A1A098;
}
.BgClassName
{
background-color: #A1A098;
}
</style>
border-color css
<style>
span { border-color: #A1A098; }
span { border-color: rgb(161,160,152); }
td.TdClassName
{
border-color: #A1A098;
}
.TagClassName
{
border-color: #A1A098;
}
</style>