Shades of Brass #AAB136
Tints of Brass #AAB136
RGB
CMYK
RGB Variations
Color information
#AAB136 (or 0xAAB136) is known color: Brass. HEX triplet: AA, B1 and 36. RGB value is (170,177,54). Sum of RGB (Red+Green+Blue) = 170+177+54=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB136 is #554EC9. Grayscale: #A1A1A1. Windows color (decimal): -5590730 or 3584426. OLE color: 3584426.
HSL color Cylindrical-coordinate representation of color #AAB136: hue angle of 63.41º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAB136 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 54 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.31 |
| HSL | 63.41º | 0.53% | 0.45% | - |
| HSV(B) | 63.41º | 0.69% | 0.69% | - |
| XYZ | 32.97 | 40.26 | 9.52 | - |
| YUV | 160.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 54 | 0.04 | 0 | 0.69 | 0.31 | 63.41 | 0.53 | 0.45 |
| Hex | AA | B1 | 36 | 4 | 0 | 45 | 1F | 3F | 35 | 2D |
| Octal | 252 | 261 | 66 | 4 | 0 | 105 | 37 | 77 | 65 | 55 |
| Binary | 10101010 | 10110001 | 110110 | 100 | 0 | 1000101 | 11111 | 111111 | 110101 | 101101 |
Color Harmonies of #AAB136
Complementary color
Monochromatic Colors of #AAB136
Black with #AAB136
Text Example
Text Example
White with #AAB136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB136; }
p { color: rgb(170,177,54); }
H1.HeaderClassName
{
color: #AAB136;
}
.AnyTagClassName
{
color: #AAB136;
}
</style>
background-color css
<style>
a { background-color: #AAB136; }
a { background-color: rgb(170,177,54); }
div.DivClassName
{
background-color: #AAB136;
}
.BgClassName
{
background-color: #AAB136;
}
</style>
border-color css
<style>
span { border-color: #AAB136; }
span { border-color: rgb(170,177,54); }
td.TdClassName
{
border-color: #AAB136;
}
.TagClassName
{
border-color: #AAB136;
}
</style>