Shades of Brass #AAB034
Tints of Brass #AAB034
RGB
CMYK
RGB Variations
Color information
#AAB034 (or 0xAAB034) is known color: Brass. HEX triplet: AA, B0 and 34. RGB value is (170,176,52). Sum of RGB (Red+Green+Blue) = 170+176+52=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB034 is #554FCB. Grayscale: #A0A0A0. Windows color (decimal): -5590988 or 3453098. OLE color: 3453098.
HSL color Cylindrical-coordinate representation of color #AAB034: hue angle of 62.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAB034 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 52 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.31 |
| HSL | 62.9º | 0.54% | 0.45% | - |
| HSV(B) | 62.9º | 0.7% | 0.69% | - |
| XYZ | 32.72 | 39.84 | 9.21 | - |
| YUV | 160.07 | 67.01 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 52 | 0.03 | 0 | 0.70 | 0.31 | 62.9 | 0.54 | 0.45 |
| Hex | AA | B0 | 34 | 3 | 0 | 46 | 1F | 3F | 36 | 2D |
| Octal | 252 | 260 | 64 | 3 | 0 | 106 | 37 | 77 | 66 | 55 |
| Binary | 10101010 | 10110000 | 110100 | 11 | 0 | 1000110 | 11111 | 111111 | 110110 | 101101 |
Color Harmonies of #AAB034
Complementary color
Monochromatic Colors of #AAB034
Black with #AAB034
Text Example
Text Example
White with #AAB034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB034; }
p { color: rgb(170,176,52); }
H1.HeaderClassName
{
color: #AAB034;
}
.AnyTagClassName
{
color: #AAB034;
}
</style>
background-color css
<style>
a { background-color: #AAB034; }
a { background-color: rgb(170,176,52); }
div.DivClassName
{
background-color: #AAB034;
}
.BgClassName
{
background-color: #AAB034;
}
</style>
border-color css
<style>
span { border-color: #AAB034; }
span { border-color: rgb(170,176,52); }
td.TdClassName
{
border-color: #AAB034;
}
.TagClassName
{
border-color: #AAB034;
}
</style>