Shades of Dawn #A4A291
Tints of Dawn #A4A291
RGB
CMYK
RGB Variations
Color information
#A4A291 (or 0xA4A291) is known color: Dawn. HEX triplet: A4, A2 and 91. RGB value is (164,162,145). Sum of RGB (Red+Green+Blue) = 164+162+145=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A291 is #5B5D6E. Grayscale: #A0A0A0. Windows color (decimal): -5987695 or 9544356. OLE color: 9544356.
HSL color Cylindrical-coordinate representation of color #A4A291: hue angle of 53.68º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A291 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 145 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.36 |
| HSL | 53.68º | 0.09% | 0.61% | - |
| HSV(B) | 53.68º | 0.12% | 0.64% | - |
| XYZ | 33.34 | 35.78 | 31.94 | - |
| YUV | 160.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 145 | 0 | 0.01 | 0.12 | 0.36 | 53.68 | 0.09 | 0.61 |
| Hex | A4 | A2 | 91 | 0 | 1 | C | 24 | 36 | 9 | 3D |
| Octal | 244 | 242 | 221 | 0 | 1 | 14 | 44 | 66 | 11 | 75 |
| Binary | 10100100 | 10100010 | 10010001 | 0 | 1 | 1100 | 100100 | 110110 | 1001 | 111101 |
Color Harmonies of #A4A291
Complementary color
Monochromatic Colors of #A4A291
Black with #A4A291
Text Example
Text Example
White with #A4A291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A291; }
p { color: rgb(164,162,145); }
H1.HeaderClassName
{
color: #A4A291;
}
.AnyTagClassName
{
color: #A4A291;
}
</style>
background-color css
<style>
a { background-color: #A4A291; }
a { background-color: rgb(164,162,145); }
div.DivClassName
{
background-color: #A4A291;
}
.BgClassName
{
background-color: #A4A291;
}
</style>
border-color css
<style>
span { border-color: #A4A291; }
span { border-color: rgb(164,162,145); }
td.TdClassName
{
border-color: #A4A291;
}
.TagClassName
{
border-color: #A4A291;
}
</style>