Shades of Dawn #A4A28D
Tints of Dawn #A4A28D
RGB
CMYK
RGB Variations
Color information
#A4A28D (or 0xA4A28D) is known color: Dawn. HEX triplet: A4, A2 and 8D. RGB value is (164,162,141). Sum of RGB (Red+Green+Blue) = 164+162+141=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A28D is #5B5D72. Grayscale: #A0A0A0. Windows color (decimal): -5987699 or 9282212. OLE color: 9282212.
HSL color Cylindrical-coordinate representation of color #A4A28D: hue angle of 54.78º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4A28D is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 141 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.36 |
| HSL | 54.78º | 0.11% | 0.6% | - |
| HSV(B) | 54.78º | 0.14% | 0.64% | - |
| XYZ | 33.04 | 35.66 | 30.34 | - |
| YUV | 160.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 141 | 0 | 0.01 | 0.14 | 0.36 | 54.78 | 0.11 | 0.6 |
| Hex | A4 | A2 | 8D | 0 | 1 | E | 24 | 37 | B | 3C |
| Octal | 244 | 242 | 215 | 0 | 1 | 16 | 44 | 67 | 13 | 74 |
| Binary | 10100100 | 10100010 | 10001101 | 0 | 1 | 1110 | 100100 | 110111 | 1011 | 111100 |
Color Harmonies of #A4A28D
Complementary color
Monochromatic Colors of #A4A28D
Black with #A4A28D
Text Example
Text Example
White with #A4A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A28D; }
p { color: rgb(164,162,141); }
H1.HeaderClassName
{
color: #A4A28D;
}
.AnyTagClassName
{
color: #A4A28D;
}
</style>
background-color css
<style>
a { background-color: #A4A28D; }
a { background-color: rgb(164,162,141); }
div.DivClassName
{
background-color: #A4A28D;
}
.BgClassName
{
background-color: #A4A28D;
}
</style>
border-color css
<style>
span { border-color: #A4A28D; }
span { border-color: rgb(164,162,141); }
td.TdClassName
{
border-color: #A4A28D;
}
.TagClassName
{
border-color: #A4A28D;
}
</style>