Shades of Brass #AAB236
Tints of Brass #AAB236
RGB
CMYK
RGB Variations
Color information
#AAB236 (or 0xAAB236) is known color: Brass. HEX triplet: AA, B2 and 36. RGB value is (170,178,54). Sum of RGB (Red+Green+Blue) = 170+178+54=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB236 is #554DC9. Grayscale: #A1A1A1. Windows color (decimal): -5590474 or 3584682. OLE color: 3584682.
HSL color Cylindrical-coordinate representation of color #AAB236: hue angle of 63.87º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAB236 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 54 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.30 |
| HSL | 63.87º | 0.53% | 0.45% | - |
| HSV(B) | 63.87º | 0.7% | 0.7% | - |
| XYZ | 33.16 | 40.65 | 9.59 | - |
| YUV | 161.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 54 | 0.04 | 0 | 0.70 | 0.30 | 63.87 | 0.53 | 0.45 |
| Hex | AA | B2 | 36 | 4 | 0 | 46 | 1E | 40 | 35 | 2D |
| Octal | 252 | 262 | 66 | 4 | 0 | 106 | 36 | 100 | 65 | 55 |
| Binary | 10101010 | 10110010 | 110110 | 100 | 0 | 1000110 | 11110 | 1000000 | 110101 | 101101 |
Color Harmonies of #AAB236
Complementary color
Monochromatic Colors of #AAB236
Black with #AAB236
Text Example
Text Example
White with #AAB236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB236; }
p { color: rgb(170,178,54); }
H1.HeaderClassName
{
color: #AAB236;
}
.AnyTagClassName
{
color: #AAB236;
}
</style>
background-color css
<style>
a { background-color: #AAB236; }
a { background-color: rgb(170,178,54); }
div.DivClassName
{
background-color: #AAB236;
}
.BgClassName
{
background-color: #AAB236;
}
</style>
border-color css
<style>
span { border-color: #AAB236; }
span { border-color: rgb(170,178,54); }
td.TdClassName
{
border-color: #AAB236;
}
.TagClassName
{
border-color: #AAB236;
}
</style>