Shades of Brass #AAA34B
Tints of Brass #AAA34B
RGB
CMYK
RGB Variations
Color information
#AAA34B (or 0xAAA34B) is known color: Brass. HEX triplet: AA, A3 and 4B. RGB value is (170,163,75). Sum of RGB (Red+Green+Blue) = 170+163+75=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 163 (64.06% from 255 or 39.95% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA34B is #555CB4. Grayscale: #9B9B9B. Windows color (decimal): -5594293 or 4957098. OLE color: 4957098.
HSL color Cylindrical-coordinate representation of color #AAA34B: hue angle of 55.58º 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 #AAA34B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 75 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.33 |
| HSL | 55.58º | 0.39% | 0.48% | - |
| HSV(B) | 55.58º | 0.56% | 0.67% | - |
| XYZ | 30.94 | 35.25 | 11.83 | - |
| YUV | 155.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 75 | 0 | 0.04 | 0.56 | 0.33 | 55.58 | 0.39 | 0.48 |
| Hex | AA | A3 | 4B | 0 | 4 | 38 | 21 | 38 | 27 | 30 |
| Octal | 252 | 243 | 113 | 0 | 4 | 70 | 41 | 70 | 47 | 60 |
| Binary | 10101010 | 10100011 | 1001011 | 0 | 100 | 111000 | 100001 | 111000 | 100111 | 110000 |
Color Harmonies of #AAA34B
Complementary color
Monochromatic Colors of #AAA34B
Black with #AAA34B
Text Example
Text Example
White with #AAA34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA34B; }
p { color: rgb(170,163,75); }
H1.HeaderClassName
{
color: #AAA34B;
}
.AnyTagClassName
{
color: #AAA34B;
}
</style>
background-color css
<style>
a { background-color: #AAA34B; }
a { background-color: rgb(170,163,75); }
div.DivClassName
{
background-color: #AAA34B;
}
.BgClassName
{
background-color: #AAA34B;
}
</style>
border-color css
<style>
span { border-color: #AAA34B; }
span { border-color: rgb(170,163,75); }
td.TdClassName
{
border-color: #AAA34B;
}
.TagClassName
{
border-color: #AAA34B;
}
</style>