Shades of Brass #AAB336
Tints of Brass #AAB336
RGB
CMYK
RGB Variations
Color information
#AAB336 (or 0xAAB336) is known color: Brass. HEX triplet: AA, B3 and 36. RGB value is (170,179,54). Sum of RGB (Red+Green+Blue) = 170+179+54=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 54 (21.48% from 255 or 13.40% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB336 is #554CC9. Grayscale: #A2A2A2. Windows color (decimal): -5590218 or 3584938. OLE color: 3584938.
HSL color Cylindrical-coordinate representation of color #AAB336: hue angle of 64.32º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAB336 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 54 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.30 |
| HSL | 64.32º | 0.54% | 0.46% | - |
| HSV(B) | 64.32º | 0.7% | 0.7% | - |
| XYZ | 33.36 | 41.05 | 9.66 | - |
| YUV | 162.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 54 | 0.05 | 0 | 0.70 | 0.30 | 64.32 | 0.54 | 0.46 |
| Hex | AA | B3 | 36 | 5 | 0 | 46 | 1E | 40 | 36 | 2E |
| Octal | 252 | 263 | 66 | 5 | 0 | 106 | 36 | 100 | 66 | 56 |
| Binary | 10101010 | 10110011 | 110110 | 101 | 0 | 1000110 | 11110 | 1000000 | 110110 | 101110 |
Color Harmonies of #AAB336
Complementary color
Monochromatic Colors of #AAB336
Black with #AAB336
Text Example
Text Example
White with #AAB336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB336; }
p { color: rgb(170,179,54); }
H1.HeaderClassName
{
color: #AAB336;
}
.AnyTagClassName
{
color: #AAB336;
}
</style>
background-color css
<style>
a { background-color: #AAB336; }
a { background-color: rgb(170,179,54); }
div.DivClassName
{
background-color: #AAB336;
}
.BgClassName
{
background-color: #AAB336;
}
</style>
border-color css
<style>
span { border-color: #AAB336; }
span { border-color: rgb(170,179,54); }
td.TdClassName
{
border-color: #AAB336;
}
.TagClassName
{
border-color: #AAB336;
}
</style>