Shades of Dawn #A4A390
Tints of Dawn #A4A390
RGB
CMYK
RGB Variations
Color information
#A4A390 (or 0xA4A390) is known color: Dawn. HEX triplet: A4, A3 and 90. RGB value is (164,163,144). Sum of RGB (Red+Green+Blue) = 164+163+144=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 144 (56.64% from 255 or 30.57% from 471); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A390 is #5B5C6F. Grayscale: #A1A1A1. Windows color (decimal): -5987440 or 9479076. OLE color: 9479076.
HSL color Cylindrical-coordinate representation of color #A4A390: hue angle of 57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A390 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 163 | 144 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.36 |
| HSL | 57º | 0.1% | 0.6% | - |
| HSV(B) | 57º | 0.12% | 0.64% | - |
| XYZ | 33.44 | 36.1 | 31.59 | - |
| YUV | 161.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 163 | 144 | 0 | 0.01 | 0.12 | 0.36 | 57 | 0.1 | 0.6 |
| Hex | A4 | A3 | 90 | 0 | 1 | C | 24 | 39 | A | 3C |
| Octal | 244 | 243 | 220 | 0 | 1 | 14 | 44 | 71 | 12 | 74 |
| Binary | 10100100 | 10100011 | 10010000 | 0 | 1 | 1100 | 100100 | 111001 | 1010 | 111100 |
Color Harmonies of #A4A390
Complementary color
Monochromatic Colors of #A4A390
Black with #A4A390
Text Example
Text Example
White with #A4A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A390; }
p { color: rgb(164,163,144); }
H1.HeaderClassName
{
color: #A4A390;
}
.AnyTagClassName
{
color: #A4A390;
}
</style>
background-color css
<style>
a { background-color: #A4A390; }
a { background-color: rgb(164,163,144); }
div.DivClassName
{
background-color: #A4A390;
}
.BgClassName
{
background-color: #A4A390;
}
</style>
border-color css
<style>
span { border-color: #A4A390; }
span { border-color: rgb(164,163,144); }
td.TdClassName
{
border-color: #A4A390;
}
.TagClassName
{
border-color: #A4A390;
}
</style>