Shades of Dawn #A4A28E
Tints of Dawn #A4A28E
RGB
CMYK
RGB Variations
Color information
#A4A28E (or 0xA4A28E) is known color: Dawn. HEX triplet: A4, A2 and 8E. RGB value is (164,162,142). Sum of RGB (Red+Green+Blue) = 164+162+142=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A28E is #5B5D71. Grayscale: #A0A0A0. Windows color (decimal): -5987698 or 9347748. OLE color: 9347748.
HSL color Cylindrical-coordinate representation of color #A4A28E: hue angle of 54.55º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A4A28E is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 162 | 142 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.36 |
| HSL | 54.55º | 0.11% | 0.6% | - |
| HSV(B) | 54.55º | 0.13% | 0.64% | - |
| XYZ | 33.11 | 35.69 | 30.73 | - |
| YUV | 160.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 162 | 142 | 0 | 0.01 | 0.13 | 0.36 | 54.55 | 0.11 | 0.6 |
| Hex | A4 | A2 | 8E | 0 | 1 | D | 24 | 37 | B | 3C |
| Octal | 244 | 242 | 216 | 0 | 1 | 15 | 44 | 67 | 13 | 74 |
| Binary | 10100100 | 10100010 | 10001110 | 0 | 1 | 1101 | 100100 | 110111 | 1011 | 111100 |
Color Harmonies of #A4A28E
Complementary color
Monochromatic Colors of #A4A28E
Black with #A4A28E
Text Example
Text Example
White with #A4A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A28E; }
p { color: rgb(164,162,142); }
H1.HeaderClassName
{
color: #A4A28E;
}
.AnyTagClassName
{
color: #A4A28E;
}
</style>
background-color css
<style>
a { background-color: #A4A28E; }
a { background-color: rgb(164,162,142); }
div.DivClassName
{
background-color: #A4A28E;
}
.BgClassName
{
background-color: #A4A28E;
}
</style>
border-color css
<style>
span { border-color: #A4A28E; }
span { border-color: rgb(164,162,142); }
td.TdClassName
{
border-color: #A4A28E;
}
.TagClassName
{
border-color: #A4A28E;
}
</style>