Shades of Dawn #A3A28B
Tints of Dawn #A3A28B
RGB
CMYK
RGB Variations
Color information
#A3A28B (or 0xA3A28B) is known color: Dawn. HEX triplet: A3, A2 and 8B. RGB value is (163,162,139). Sum of RGB (Red+Green+Blue) = 163+162+139=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A28B is #5C5D74. Grayscale: #9F9F9F. Windows color (decimal): -6053237 or 9151139. OLE color: 9151139.
HSL color Cylindrical-coordinate representation of color #A3A28B: hue angle of 57.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3A28B is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 162 | 139 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.36 |
| HSL | 57.5º | 0.12% | 0.59% | - |
| HSV(B) | 57.5º | 0.15% | 0.64% | - |
| XYZ | 32.68 | 35.49 | 29.55 | - |
| YUV | 159.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 162 | 139 | 0 | 0.01 | 0.15 | 0.36 | 57.5 | 0.12 | 0.59 |
| Hex | A3 | A2 | 8B | 0 | 1 | F | 24 | 3A | C | 3B |
| Octal | 243 | 242 | 213 | 0 | 1 | 17 | 44 | 72 | 14 | 73 |
| Binary | 10100011 | 10100010 | 10001011 | 0 | 1 | 1111 | 100100 | 111010 | 1100 | 111011 |
Color Harmonies of #A3A28B
Complementary color
Monochromatic Colors of #A3A28B
Black with #A3A28B
Text Example
Text Example
White with #A3A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A28B; }
p { color: rgb(163,162,139); }
H1.HeaderClassName
{
color: #A3A28B;
}
.AnyTagClassName
{
color: #A3A28B;
}
</style>
background-color css
<style>
a { background-color: #A3A28B; }
a { background-color: rgb(163,162,139); }
div.DivClassName
{
background-color: #A3A28B;
}
.BgClassName
{
background-color: #A3A28B;
}
</style>
border-color css
<style>
span { border-color: #A3A28B; }
span { border-color: rgb(163,162,139); }
td.TdClassName
{
border-color: #A3A28B;
}
.TagClassName
{
border-color: #A3A28B;
}
</style>