Shades of Brass #AAB237
Tints of Brass #AAB237
RGB
CMYK
RGB Variations
Color information
#AAB237 (or 0xAAB237) is known color: Brass. HEX triplet: AA, B2 and 37. RGB value is (170,178,55). Sum of RGB (Red+Green+Blue) = 170+178+55=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB237 is #554DC8. Grayscale: #A2A2A2. Windows color (decimal): -5590473 or 3650218. OLE color: 3650218.
HSL color Cylindrical-coordinate representation of color #AAB237: hue angle of 63.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAB237 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 55 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.30 |
| HSL | 63.9º | 0.53% | 0.46% | - |
| HSV(B) | 63.9º | 0.69% | 0.7% | - |
| XYZ | 33.19 | 40.66 | 9.71 | - |
| YUV | 161.59 | 67.85 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 55 | 0.04 | 0 | 0.69 | 0.30 | 63.9 | 0.53 | 0.46 |
| Hex | AA | B2 | 37 | 4 | 0 | 45 | 1E | 40 | 35 | 2E |
| Octal | 252 | 262 | 67 | 4 | 0 | 105 | 36 | 100 | 65 | 56 |
| Binary | 10101010 | 10110010 | 110111 | 100 | 0 | 1000101 | 11110 | 1000000 | 110101 | 101110 |
Color Harmonies of #AAB237
Complementary color
Monochromatic Colors of #AAB237
Black with #AAB237
Text Example
Text Example
White with #AAB237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB237; }
p { color: rgb(170,178,55); }
H1.HeaderClassName
{
color: #AAB237;
}
.AnyTagClassName
{
color: #AAB237;
}
</style>
background-color css
<style>
a { background-color: #AAB237; }
a { background-color: rgb(170,178,55); }
div.DivClassName
{
background-color: #AAB237;
}
.BgClassName
{
background-color: #AAB237;
}
</style>
border-color css
<style>
span { border-color: #AAB237; }
span { border-color: rgb(170,178,55); }
td.TdClassName
{
border-color: #AAB237;
}
.TagClassName
{
border-color: #AAB237;
}
</style>