Shades of Dawn #A5A38E
Tints of Dawn #A5A38E
RGB
CMYK
RGB Variations
Color information
#A5A38E (or 0xA5A38E) is known color: Dawn. HEX triplet: A5, A3 and 8E. RGB value is (165,163,142). Sum of RGB (Red+Green+Blue) = 165+163+142=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A38E is #5A5C71. Grayscale: #A1A1A1. Windows color (decimal): -5921906 or 9348005. OLE color: 9348005.
HSL color Cylindrical-coordinate representation of color #A5A38E: hue angle of 54.78º 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 #A5A38E is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 163 | 142 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.35 |
| HSL | 54.78º | 0.11% | 0.6% | - |
| HSV(B) | 54.78º | 0.14% | 0.65% | - |
| XYZ | 33.5 | 36.15 | 30.8 | - |
| YUV | 161.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 163 | 142 | 0 | 0.01 | 0.14 | 0.35 | 54.78 | 0.11 | 0.6 |
| Hex | A5 | A3 | 8E | 0 | 1 | E | 23 | 37 | B | 3C |
| Octal | 245 | 243 | 216 | 0 | 1 | 16 | 43 | 67 | 13 | 74 |
| Binary | 10100101 | 10100011 | 10001110 | 0 | 1 | 1110 | 100011 | 110111 | 1011 | 111100 |
Color Harmonies of #A5A38E
Complementary color
Monochromatic Colors of #A5A38E
Black with #A5A38E
Text Example
Text Example
White with #A5A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5A38E; }
p { color: rgb(165,163,142); }
H1.HeaderClassName
{
color: #A5A38E;
}
.AnyTagClassName
{
color: #A5A38E;
}
</style>
background-color css
<style>
a { background-color: #A5A38E; }
a { background-color: rgb(165,163,142); }
div.DivClassName
{
background-color: #A5A38E;
}
.BgClassName
{
background-color: #A5A38E;
}
</style>
border-color css
<style>
span { border-color: #A5A38E; }
span { border-color: rgb(165,163,142); }
td.TdClassName
{
border-color: #A5A38E;
}
.TagClassName
{
border-color: #A5A38E;
}
</style>