Shades of Brass #A3A83E
Tints of Brass #A3A83E
RGB
CMYK
RGB Variations
Color information
#A3A83E (or 0xA3A83E) is known color: Brass. HEX triplet: A3, A8 and 3E. RGB value is (163,168,62). Sum of RGB (Red+Green+Blue) = 163+168+62=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 62 (24.61% from 255 or 15.78% from 393); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A83E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A83E is #5C57C1. Grayscale: #9A9A9A. Windows color (decimal): -6051778 or 4106403. OLE color: 4106403.
HSL color Cylindrical-coordinate representation of color #A3A83E: hue angle of 62.83º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3A83E is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 62 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.34 |
| HSL | 62.83º | 0.46% | 0.45% | - |
| HSV(B) | 62.83º | 0.63% | 0.66% | - |
| XYZ | 29.98 | 36.14 | 9.95 | - |
| YUV | 154.42 | 75.84 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 62 | 0.03 | 0 | 0.63 | 0.34 | 62.83 | 0.46 | 0.45 |
| Hex | A3 | A8 | 3E | 3 | 0 | 3F | 22 | 3F | 2E | 2D |
| Octal | 243 | 250 | 76 | 3 | 0 | 77 | 42 | 77 | 56 | 55 |
| Binary | 10100011 | 10101000 | 111110 | 11 | 0 | 111111 | 100010 | 111111 | 101110 | 101101 |
Color Harmonies of #A3A83E
Complementary color
Monochromatic Colors of #A3A83E
Black with #A3A83E
Text Example
Text Example
White with #A3A83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A83E; }
p { color: rgb(163,168,62); }
H1.HeaderClassName
{
color: #A3A83E;
}
.AnyTagClassName
{
color: #A3A83E;
}
</style>
background-color css
<style>
a { background-color: #A3A83E; }
a { background-color: rgb(163,168,62); }
div.DivClassName
{
background-color: #A3A83E;
}
.BgClassName
{
background-color: #A3A83E;
}
</style>
border-color css
<style>
span { border-color: #A3A83E; }
span { border-color: rgb(163,168,62); }
td.TdClassName
{
border-color: #A3A83E;
}
.TagClassName
{
border-color: #A3A83E;
}
</style>