Shades of Brass #A3A843
Tints of Brass #A3A843
RGB
CMYK
RGB Variations
Color information
#A3A843 (or 0xA3A843) is known color: Brass. HEX triplet: A3, A8 and 43. RGB value is (163,168,67). Sum of RGB (Red+Green+Blue) = 163+168+67=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 168 (66.02% from 255 or 42.21% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A843 is #5C57BC. Grayscale: #9B9B9B. Windows color (decimal): -6051773 or 4434083. OLE color: 4434083.
HSL color Cylindrical-coordinate representation of color #A3A843: hue angle of 62.97º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3A843 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 67 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.34 |
| HSL | 62.97º | 0.43% | 0.46% | - |
| HSV(B) | 62.97º | 0.6% | 0.66% | - |
| XYZ | 30.12 | 36.2 | 10.71 | - |
| YUV | 154.99 | 78.34 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 67 | 0.03 | 0 | 0.60 | 0.34 | 62.97 | 0.43 | 0.46 |
| Hex | A3 | A8 | 43 | 3 | 0 | 3C | 22 | 3F | 2B | 2E |
| Octal | 243 | 250 | 103 | 3 | 0 | 74 | 42 | 77 | 53 | 56 |
| Binary | 10100011 | 10101000 | 1000011 | 11 | 0 | 111100 | 100010 | 111111 | 101011 | 101110 |
Color Harmonies of #A3A843
Complementary color
Monochromatic Colors of #A3A843
Black with #A3A843
Text Example
Text Example
White with #A3A843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A843; }
p { color: rgb(163,168,67); }
H1.HeaderClassName
{
color: #A3A843;
}
.AnyTagClassName
{
color: #A3A843;
}
</style>
background-color css
<style>
a { background-color: #A3A843; }
a { background-color: rgb(163,168,67); }
div.DivClassName
{
background-color: #A3A843;
}
.BgClassName
{
background-color: #A3A843;
}
</style>
border-color css
<style>
span { border-color: #A3A843; }
span { border-color: rgb(163,168,67); }
td.TdClassName
{
border-color: #A3A843;
}
.TagClassName
{
border-color: #A3A843;
}
</style>