Shades of Dawn #A8A390
Tints of Dawn #A8A390
RGB
CMYK
RGB Variations
Color information
#A8A390 (or 0xA8A390) is known color: Dawn. HEX triplet: A8, A3 and 90. RGB value is (168,163,144). Sum of RGB (Red+Green+Blue) = 168+163+144=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A390 is #575C6F. Grayscale: #A2A2A2. Windows color (decimal): -5725296 or 9479080. OLE color: 9479080.
HSL color Cylindrical-coordinate representation of color #A8A390: hue angle of 47.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8A390 is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 163 | 144 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.34 |
| HSL | 47.5º | 0.12% | 0.61% | - |
| HSV(B) | 47.5º | 0.14% | 0.66% | - |
| XYZ | 34.28 | 36.53 | 31.63 | - |
| YUV | 162.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 163 | 144 | 0 | 0.03 | 0.14 | 0.34 | 47.5 | 0.12 | 0.61 |
| Hex | A8 | A3 | 90 | 0 | 3 | E | 22 | 30 | C | 3D |
| Octal | 250 | 243 | 220 | 0 | 3 | 16 | 42 | 60 | 14 | 75 |
| Binary | 10101000 | 10100011 | 10010000 | 0 | 11 | 1110 | 100010 | 110000 | 1100 | 111101 |
Color Harmonies of #A8A390
Complementary color
Monochromatic Colors of #A8A390
Black with #A8A390
Text Example
Text Example
White with #A8A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A390; }
p { color: rgb(168,163,144); }
H1.HeaderClassName
{
color: #A8A390;
}
.AnyTagClassName
{
color: #A8A390;
}
</style>
background-color css
<style>
a { background-color: #A8A390; }
a { background-color: rgb(168,163,144); }
div.DivClassName
{
background-color: #A8A390;
}
.BgClassName
{
background-color: #A8A390;
}
</style>
border-color css
<style>
span { border-color: #A8A390; }
span { border-color: rgb(168,163,144); }
td.TdClassName
{
border-color: #A8A390;
}
.TagClassName
{
border-color: #A8A390;
}
</style>