Shades of Dawn #A19F96
Tints of Dawn #A19F96
RGB
CMYK
RGB Variations
Color information
#A19F96 (or 0xA19F96) is known color: Dawn. HEX triplet: A1, 9F and 96. RGB value is (161,159,150). Sum of RGB (Red+Green+Blue) = 161+159+150=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 150 (58.98% from 255 or 31.91% from 470); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F96 is #5E6069. Grayscale: #9E9E9E. Windows color (decimal): -6185066 or 9871265. OLE color: 9871265.
HSL color Cylindrical-coordinate representation of color #A19F96: hue angle of 49.09º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A19F96 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 150 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.37 |
| HSL | 49.09º | 0.06% | 0.61% | - |
| HSV(B) | 49.09º | 0.07% | 0.63% | - |
| XYZ | 32.6 | 34.58 | 33.81 | - |
| YUV | 158.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 150 | 0 | 0.01 | 0.07 | 0.37 | 49.09 | 0.06 | 0.61 |
| Hex | A1 | 9F | 96 | 0 | 1 | 7 | 25 | 31 | 6 | 3D |
| Octal | 241 | 237 | 226 | 0 | 1 | 7 | 45 | 61 | 6 | 75 |
| Binary | 10100001 | 10011111 | 10010110 | 0 | 1 | 111 | 100101 | 110001 | 110 | 111101 |
Color Harmonies of #A19F96
Complementary color
Monochromatic Colors of #A19F96
Black with #A19F96
Text Example
Text Example
White with #A19F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F96; }
p { color: rgb(161,159,150); }
H1.HeaderClassName
{
color: #A19F96;
}
.AnyTagClassName
{
color: #A19F96;
}
</style>
background-color css
<style>
a { background-color: #A19F96; }
a { background-color: rgb(161,159,150); }
div.DivClassName
{
background-color: #A19F96;
}
.BgClassName
{
background-color: #A19F96;
}
</style>
border-color css
<style>
span { border-color: #A19F96; }
span { border-color: rgb(161,159,150); }
td.TdClassName
{
border-color: #A19F96;
}
.TagClassName
{
border-color: #A19F96;
}
</style>