Shades of Brass #A3AA4A
Tints of Brass #A3AA4A
RGB
CMYK
RGB Variations
Color information
#A3AA4A (or 0xA3AA4A) is known color: Brass. HEX triplet: A3, AA and 4A. RGB value is (163,170,74). Sum of RGB (Red+Green+Blue) = 163+170+74=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA4A is #5C55B5. Grayscale: #9D9D9D. Windows color (decimal): -6051254 or 4893347. OLE color: 4893347.
HSL color Cylindrical-coordinate representation of color #A3AA4A: hue angle of 64.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3AA4A is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 74 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.33 |
| HSL | 64.38º | 0.39% | 0.48% | - |
| HSV(B) | 64.38º | 0.56% | 0.67% | - |
| XYZ | 30.72 | 37.03 | 12.01 | - |
| YUV | 156.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 74 | 0.04 | 0 | 0.56 | 0.33 | 64.38 | 0.39 | 0.48 |
| Hex | A3 | AA | 4A | 4 | 0 | 38 | 21 | 40 | 27 | 30 |
| Octal | 243 | 252 | 112 | 4 | 0 | 70 | 41 | 100 | 47 | 60 |
| Binary | 10100011 | 10101010 | 1001010 | 100 | 0 | 111000 | 100001 | 1000000 | 100111 | 110000 |
Color Harmonies of #A3AA4A
Complementary color
Monochromatic Colors of #A3AA4A
Black with #A3AA4A
Text Example
Text Example
White with #A3AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA4A; }
p { color: rgb(163,170,74); }
H1.HeaderClassName
{
color: #A3AA4A;
}
.AnyTagClassName
{
color: #A3AA4A;
}
</style>
background-color css
<style>
a { background-color: #A3AA4A; }
a { background-color: rgb(163,170,74); }
div.DivClassName
{
background-color: #A3AA4A;
}
.BgClassName
{
background-color: #A3AA4A;
}
</style>
border-color css
<style>
span { border-color: #A3AA4A; }
span { border-color: rgb(163,170,74); }
td.TdClassName
{
border-color: #A3AA4A;
}
.TagClassName
{
border-color: #A3AA4A;
}
</style>