Shades of Dawn #A3A28F
Tints of Dawn #A3A28F
RGB
CMYK
RGB Variations
Color information
#A3A28F (or 0xA3A28F) is known color: Dawn. HEX triplet: A3, A2 and 8F. RGB value is (163,162,143). Sum of RGB (Red+Green+Blue) = 163+162+143=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A28F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A28F is #5C5D70. Grayscale: #A0A0A0. Windows color (decimal): -6053233 or 9413283. OLE color: 9413283.
HSL color Cylindrical-coordinate representation of color #A3A28F: hue angle of 57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3A28F is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 143 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.36 |
| HSL | 57º | 0.1% | 0.6% | - |
| HSV(B) | 57º | 0.12% | 0.64% | - |
| XYZ | 32.98 | 35.61 | 31.12 | - |
| YUV | 160.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 143 | 0 | 0.01 | 0.12 | 0.36 | 57 | 0.1 | 0.6 |
| Hex | A3 | A2 | 8F | 0 | 1 | C | 24 | 39 | A | 3C |
| Octal | 243 | 242 | 217 | 0 | 1 | 14 | 44 | 71 | 12 | 74 |
| Binary | 10100011 | 10100010 | 10001111 | 0 | 1 | 1100 | 100100 | 111001 | 1010 | 111100 |
Color Harmonies of #A3A28F
Complementary color
Monochromatic Colors of #A3A28F
Black with #A3A28F
Text Example
Text Example
White with #A3A28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A28F; }
p { color: rgb(163,162,143); }
H1.HeaderClassName
{
color: #A3A28F;
}
.AnyTagClassName
{
color: #A3A28F;
}
</style>
background-color css
<style>
a { background-color: #A3A28F; }
a { background-color: rgb(163,162,143); }
div.DivClassName
{
background-color: #A3A28F;
}
.BgClassName
{
background-color: #A3A28F;
}
</style>
border-color css
<style>
span { border-color: #A3A28F; }
span { border-color: rgb(163,162,143); }
td.TdClassName
{
border-color: #A3A28F;
}
.TagClassName
{
border-color: #A3A28F;
}
</style>