Shades of Dawn #A3A197
Tints of Dawn #A3A197
RGB
CMYK
RGB Variations
Color information
#A3A197 (or 0xA3A197) is known color: Dawn. HEX triplet: A3, A1 and 97. RGB value is (163,161,151). Sum of RGB (Red+Green+Blue) = 163+161+151=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A197 is #5C5E68. Grayscale: #A0A0A0. Windows color (decimal): -6053481 or 9937315. OLE color: 9937315.
HSL color Cylindrical-coordinate representation of color #A3A197: hue angle of 50º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3A197 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 161 | 151 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.36 |
| HSL | 50º | 0.06% | 0.62% | - |
| HSV(B) | 50º | 0.07% | 0.64% | - |
| XYZ | 33.44 | 35.51 | 34.37 | - |
| YUV | 160.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 161 | 151 | 0 | 0.01 | 0.07 | 0.36 | 50 | 0.06 | 0.62 |
| Hex | A3 | A1 | 97 | 0 | 1 | 7 | 24 | 32 | 6 | 3E |
| Octal | 243 | 241 | 227 | 0 | 1 | 7 | 44 | 62 | 6 | 76 |
| Binary | 10100011 | 10100001 | 10010111 | 0 | 1 | 111 | 100100 | 110010 | 110 | 111110 |
Color Harmonies of #A3A197
Complementary color
Monochromatic Colors of #A3A197
Black with #A3A197
Text Example
Text Example
White with #A3A197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A197; }
p { color: rgb(163,161,151); }
H1.HeaderClassName
{
color: #A3A197;
}
.AnyTagClassName
{
color: #A3A197;
}
</style>
background-color css
<style>
a { background-color: #A3A197; }
a { background-color: rgb(163,161,151); }
div.DivClassName
{
background-color: #A3A197;
}
.BgClassName
{
background-color: #A3A197;
}
</style>
border-color css
<style>
span { border-color: #A3A197; }
span { border-color: rgb(163,161,151); }
td.TdClassName
{
border-color: #A3A197;
}
.TagClassName
{
border-color: #A3A197;
}
</style>