Shades of Dawn #A4A08B
Tints of Dawn #A4A08B
RGB
CMYK
RGB Variations
Color information
#A4A08B (or 0xA4A08B) is known color: Dawn. HEX triplet: A4, A0 and 8B. RGB value is (164,160,139). Sum of RGB (Red+Green+Blue) = 164+160+139=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A08B is #5B5F74. Grayscale: #9E9E9E. Windows color (decimal): -5988213 or 9150628. OLE color: 9150628.
HSL color Cylindrical-coordinate representation of color #A4A08B: hue angle of 50.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4A08B is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 160 | 139 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.36 |
| HSL | 50.4º | 0.12% | 0.59% | - |
| HSV(B) | 50.4º | 0.15% | 0.64% | - |
| XYZ | 32.54 | 34.9 | 29.45 | - |
| YUV | 158.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 139 | 0 | 0.02 | 0.15 | 0.36 | 50.4 | 0.12 | 0.59 |
| Hex | A4 | A0 | 8B | 0 | 2 | F | 24 | 32 | C | 3B |
| Octal | 244 | 240 | 213 | 0 | 2 | 17 | 44 | 62 | 14 | 73 |
| Binary | 10100100 | 10100000 | 10001011 | 0 | 10 | 1111 | 100100 | 110010 | 1100 | 111011 |
Color Harmonies of #A4A08B
Complementary color
Monochromatic Colors of #A4A08B
Black with #A4A08B
Text Example
Text Example
White with #A4A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A08B; }
p { color: rgb(164,160,139); }
H1.HeaderClassName
{
color: #A4A08B;
}
.AnyTagClassName
{
color: #A4A08B;
}
</style>
background-color css
<style>
a { background-color: #A4A08B; }
a { background-color: rgb(164,160,139); }
div.DivClassName
{
background-color: #A4A08B;
}
.BgClassName
{
background-color: #A4A08B;
}
</style>
border-color css
<style>
span { border-color: #A4A08B; }
span { border-color: rgb(164,160,139); }
td.TdClassName
{
border-color: #A4A08B;
}
.TagClassName
{
border-color: #A4A08B;
}
</style>