Shades of Dawn #A5A291
Tints of Dawn #A5A291
RGB
CMYK
RGB Variations
Color information
#A5A291 (or 0xA5A291) is known color: Dawn. HEX triplet: A5, A2 and 91. RGB value is (165,162,145). Sum of RGB (Red+Green+Blue) = 165+162+145=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A291 is #5A5D6E. Grayscale: #A1A1A1. Windows color (decimal): -5922159 or 9544357. OLE color: 9544357.
HSL color Cylindrical-coordinate representation of color #A5A291: hue angle of 51º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A5A291 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 162 | 145 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.35 |
| HSL | 51º | 0.1% | 0.61% | - |
| HSV(B) | 51º | 0.12% | 0.65% | - |
| XYZ | 33.55 | 35.88 | 31.95 | - |
| YUV | 160.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 162 | 145 | 0 | 0.02 | 0.12 | 0.35 | 51 | 0.1 | 0.61 |
| Hex | A5 | A2 | 91 | 0 | 2 | C | 23 | 33 | A | 3D |
| Octal | 245 | 242 | 221 | 0 | 2 | 14 | 43 | 63 | 12 | 75 |
| Binary | 10100101 | 10100010 | 10010001 | 0 | 10 | 1100 | 100011 | 110011 | 1010 | 111101 |
Color Harmonies of #A5A291
Complementary color
Monochromatic Colors of #A5A291
Black with #A5A291
Text Example
Text Example
White with #A5A291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A291; }
p { color: rgb(165,162,145); }
H1.HeaderClassName
{
color: #A5A291;
}
.AnyTagClassName
{
color: #A5A291;
}
</style>
background-color css
<style>
a { background-color: #A5A291; }
a { background-color: rgb(165,162,145); }
div.DivClassName
{
background-color: #A5A291;
}
.BgClassName
{
background-color: #A5A291;
}
</style>
border-color css
<style>
span { border-color: #A5A291; }
span { border-color: rgb(165,162,145); }
td.TdClassName
{
border-color: #A5A291;
}
.TagClassName
{
border-color: #A5A291;
}
</style>