Shades of Dawn #A7A292
Tints of Dawn #A7A292
RGB
CMYK
RGB Variations
Color information
#A7A292 (or 0xA7A292) is known color: Dawn. HEX triplet: A7, A2 and 92. RGB value is (167,162,146). Sum of RGB (Red+Green+Blue) = 167+162+146=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A292 is #585D6D. Grayscale: #A1A1A1. Windows color (decimal): -5791086 or 9609895. OLE color: 9609895.
HSL color Cylindrical-coordinate representation of color #A7A292: hue angle of 45.71º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7A292 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 162 | 146 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.35 |
| HSL | 45.71º | 0.11% | 0.61% | - |
| HSV(B) | 45.71º | 0.13% | 0.65% | - |
| XYZ | 34.04 | 36.13 | 32.37 | - |
| YUV | 161.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 162 | 146 | 0 | 0.03 | 0.13 | 0.35 | 45.71 | 0.11 | 0.61 |
| Hex | A7 | A2 | 92 | 0 | 3 | D | 23 | 2E | B | 3D |
| Octal | 247 | 242 | 222 | 0 | 3 | 15 | 43 | 56 | 13 | 75 |
| Binary | 10100111 | 10100010 | 10010010 | 0 | 11 | 1101 | 100011 | 101110 | 1011 | 111101 |
Color Harmonies of #A7A292
Complementary color
Monochromatic Colors of #A7A292
Black with #A7A292
Text Example
Text Example
White with #A7A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A292; }
p { color: rgb(167,162,146); }
H1.HeaderClassName
{
color: #A7A292;
}
.AnyTagClassName
{
color: #A7A292;
}
</style>
background-color css
<style>
a { background-color: #A7A292; }
a { background-color: rgb(167,162,146); }
div.DivClassName
{
background-color: #A7A292;
}
.BgClassName
{
background-color: #A7A292;
}
</style>
border-color css
<style>
span { border-color: #A7A292; }
span { border-color: rgb(167,162,146); }
td.TdClassName
{
border-color: #A7A292;
}
.TagClassName
{
border-color: #A7A292;
}
</style>