Shades of Dawn #A5A18E
Tints of Dawn #A5A18E
RGB
CMYK
RGB Variations
Color information
#A5A18E (or 0xA5A18E) is known color: Dawn. HEX triplet: A5, A1 and 8E. RGB value is (165,161,142). Sum of RGB (Red+Green+Blue) = 165+161+142=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A18E is #5A5E71. Grayscale: #A0A0A0. Windows color (decimal): -5922418 or 9347493. OLE color: 9347493.
HSL color Cylindrical-coordinate representation of color #A5A18E: hue angle of 49.57º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5A18E is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 161 | 142 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.35 |
| HSL | 49.57º | 0.11% | 0.6% | - |
| HSV(B) | 49.57º | 0.14% | 0.65% | - |
| XYZ | 33.14 | 35.44 | 30.69 | - |
| YUV | 160.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 161 | 142 | 0 | 0.02 | 0.14 | 0.35 | 49.57 | 0.11 | 0.6 |
| Hex | A5 | A1 | 8E | 0 | 2 | E | 23 | 32 | B | 3C |
| Octal | 245 | 241 | 216 | 0 | 2 | 16 | 43 | 62 | 13 | 74 |
| Binary | 10100101 | 10100001 | 10001110 | 0 | 10 | 1110 | 100011 | 110010 | 1011 | 111100 |
Color Harmonies of #A5A18E
Complementary color
Monochromatic Colors of #A5A18E
Black with #A5A18E
Text Example
Text Example
White with #A5A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A18E; }
p { color: rgb(165,161,142); }
H1.HeaderClassName
{
color: #A5A18E;
}
.AnyTagClassName
{
color: #A5A18E;
}
</style>
background-color css
<style>
a { background-color: #A5A18E; }
a { background-color: rgb(165,161,142); }
div.DivClassName
{
background-color: #A5A18E;
}
.BgClassName
{
background-color: #A5A18E;
}
</style>
border-color css
<style>
span { border-color: #A5A18E; }
span { border-color: rgb(165,161,142); }
td.TdClassName
{
border-color: #A5A18E;
}
.TagClassName
{
border-color: #A5A18E;
}
</style>