Shades of Brass #AAAB33
Tints of Brass #AAAB33
RGB
CMYK
RGB Variations
Color information
#AAAB33 (or 0xAAAB33) is known color: Brass. HEX triplet: AA, AB and 33. RGB value is (170,171,51). Sum of RGB (Red+Green+Blue) = 170+171+51=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 51 (20.31% from 255 or 13.01% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB33 is #5554CC. Grayscale: #9D9D9D. Windows color (decimal): -5592269 or 3386282. OLE color: 3386282.
HSL color Cylindrical-coordinate representation of color #AAAB33: hue angle of 60.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAAB33 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 51 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.33 |
| HSL | 60.5º | 0.54% | 0.44% | - |
| HSV(B) | 60.5º | 0.7% | 0.67% | - |
| XYZ | 31.74 | 37.91 | 8.78 | - |
| YUV | 157.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 51 | 0.01 | 0 | 0.70 | 0.33 | 60.5 | 0.54 | 0.44 |
| Hex | AA | AB | 33 | 1 | 0 | 46 | 21 | 3C | 36 | 2C |
| Octal | 252 | 253 | 63 | 1 | 0 | 106 | 41 | 74 | 66 | 54 |
| Binary | 10101010 | 10101011 | 110011 | 1 | 0 | 1000110 | 100001 | 111100 | 110110 | 101100 |
Color Harmonies of #AAAB33
Complementary color
Monochromatic Colors of #AAAB33
Black with #AAAB33
Text Example
Text Example
White with #AAAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB33; }
p { color: rgb(170,171,51); }
H1.HeaderClassName
{
color: #AAAB33;
}
.AnyTagClassName
{
color: #AAAB33;
}
</style>
background-color css
<style>
a { background-color: #AAAB33; }
a { background-color: rgb(170,171,51); }
div.DivClassName
{
background-color: #AAAB33;
}
.BgClassName
{
background-color: #AAAB33;
}
</style>
border-color css
<style>
span { border-color: #AAAB33; }
span { border-color: rgb(170,171,51); }
td.TdClassName
{
border-color: #AAAB33;
}
.TagClassName
{
border-color: #AAAB33;
}
</style>