Shades of Brass #AAB134
Tints of Brass #AAB134
RGB
CMYK
RGB Variations
Color information
#AAB134 (or 0xAAB134) is known color: Brass. HEX triplet: AA, B1 and 34. RGB value is (170,177,52). Sum of RGB (Red+Green+Blue) = 170+177+52=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB134 is #554ECB. Grayscale: #A1A1A1. Windows color (decimal): -5590732 or 3453354. OLE color: 3453354.
HSL color Cylindrical-coordinate representation of color #AAB134: hue angle of 63.36º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAB134 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 52 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.31 |
| HSL | 63.36º | 0.55% | 0.45% | - |
| HSV(B) | 63.36º | 0.71% | 0.69% | - |
| XYZ | 32.92 | 40.24 | 9.28 | - |
| YUV | 160.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 52 | 0.04 | 0 | 0.71 | 0.31 | 63.36 | 0.55 | 0.45 |
| Hex | AA | B1 | 34 | 4 | 0 | 47 | 1F | 3F | 37 | 2D |
| Octal | 252 | 261 | 64 | 4 | 0 | 107 | 37 | 77 | 67 | 55 |
| Binary | 10101010 | 10110001 | 110100 | 100 | 0 | 1000111 | 11111 | 111111 | 110111 | 101101 |
Color Harmonies of #AAB134
Complementary color
Monochromatic Colors of #AAB134
Black with #AAB134
Text Example
Text Example
White with #AAB134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB134; }
p { color: rgb(170,177,52); }
H1.HeaderClassName
{
color: #AAB134;
}
.AnyTagClassName
{
color: #AAB134;
}
</style>
background-color css
<style>
a { background-color: #AAB134; }
a { background-color: rgb(170,177,52); }
div.DivClassName
{
background-color: #AAB134;
}
.BgClassName
{
background-color: #AAB134;
}
</style>
border-color css
<style>
span { border-color: #AAB134; }
span { border-color: rgb(170,177,52); }
td.TdClassName
{
border-color: #AAB134;
}
.TagClassName
{
border-color: #AAB134;
}
</style>