Shades of Dawn #A19F94
Tints of Dawn #A19F94
RGB
CMYK
RGB Variations
Color information
#A19F94 (or 0xA19F94) is known color: Dawn. HEX triplet: A1, 9F and 94. RGB value is (161,159,148). Sum of RGB (Red+Green+Blue) = 161+159+148=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19F94 is #5E606B. Grayscale: #9E9E9E. Windows color (decimal): -6185068 or 9740193. OLE color: 9740193.
HSL color Cylindrical-coordinate representation of color #A19F94: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A19F94 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 148 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.37 |
| HSL | 50.77º | 0.06% | 0.61% | - |
| HSV(B) | 50.77º | 0.08% | 0.63% | - |
| XYZ | 32.44 | 34.51 | 32.97 | - |
| YUV | 158.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 148 | 0 | 0.01 | 0.08 | 0.37 | 50.77 | 0.06 | 0.61 |
| Hex | A1 | 9F | 94 | 0 | 1 | 8 | 25 | 33 | 6 | 3D |
| Octal | 241 | 237 | 224 | 0 | 1 | 10 | 45 | 63 | 6 | 75 |
| Binary | 10100001 | 10011111 | 10010100 | 0 | 1 | 1000 | 100101 | 110011 | 110 | 111101 |
Color Harmonies of #A19F94
Complementary color
Monochromatic Colors of #A19F94
Black with #A19F94
Text Example
Text Example
White with #A19F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F94; }
p { color: rgb(161,159,148); }
H1.HeaderClassName
{
color: #A19F94;
}
.AnyTagClassName
{
color: #A19F94;
}
</style>
background-color css
<style>
a { background-color: #A19F94; }
a { background-color: rgb(161,159,148); }
div.DivClassName
{
background-color: #A19F94;
}
.BgClassName
{
background-color: #A19F94;
}
</style>
border-color css
<style>
span { border-color: #A19F94; }
span { border-color: rgb(161,159,148); }
td.TdClassName
{
border-color: #A19F94;
}
.TagClassName
{
border-color: #A19F94;
}
</style>