Shades of Brass #AAA34D
Tints of Brass #AAA34D
RGB
CMYK
RGB Variations
Color information
#AAA34D (or 0xAAA34D) is known color: Brass. HEX triplet: AA, A3 and 4D. RGB value is (170,163,77). Sum of RGB (Red+Green+Blue) = 170+163+77=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA34D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA34D is #555CB2. Grayscale: #9B9B9B. Windows color (decimal): -5594291 or 5088170. OLE color: 5088170.
HSL color Cylindrical-coordinate representation of color #AAA34D: hue angle of 55.48º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AAA34D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 77 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.33 |
| HSL | 55.48º | 0.38% | 0.48% | - |
| HSV(B) | 55.48º | 0.55% | 0.67% | - |
| XYZ | 31.01 | 35.28 | 12.2 | - |
| YUV | 155.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 77 | 0 | 0.04 | 0.55 | 0.33 | 55.48 | 0.38 | 0.48 |
| Hex | AA | A3 | 4D | 0 | 4 | 37 | 21 | 37 | 26 | 30 |
| Octal | 252 | 243 | 115 | 0 | 4 | 67 | 41 | 67 | 46 | 60 |
| Binary | 10101010 | 10100011 | 1001101 | 0 | 100 | 110111 | 100001 | 110111 | 100110 | 110000 |
Color Harmonies of #AAA34D
Complementary color
Monochromatic Colors of #AAA34D
Black with #AAA34D
Text Example
Text Example
White with #AAA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA34D; }
p { color: rgb(170,163,77); }
H1.HeaderClassName
{
color: #AAA34D;
}
.AnyTagClassName
{
color: #AAA34D;
}
</style>
background-color css
<style>
a { background-color: #AAA34D; }
a { background-color: rgb(170,163,77); }
div.DivClassName
{
background-color: #AAA34D;
}
.BgClassName
{
background-color: #AAA34D;
}
</style>
border-color css
<style>
span { border-color: #AAA34D; }
span { border-color: rgb(170,163,77); }
td.TdClassName
{
border-color: #AAA34D;
}
.TagClassName
{
border-color: #AAA34D;
}
</style>