Shades of Brass #AAB239
Tints of Brass #AAB239
RGB
CMYK
RGB Variations
Color information
#AAB239 (or 0xAAB239) is known color: Brass. HEX triplet: AA, B2 and 39. RGB value is (170,178,57). Sum of RGB (Red+Green+Blue) = 170+178+57=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB239 is #554DC6. Grayscale: #A2A2A2. Windows color (decimal): -5590471 or 3781290. OLE color: 3781290.
HSL color Cylindrical-coordinate representation of color #AAB239: hue angle of 63.97º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAB239 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 57 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.30 |
| HSL | 63.97º | 0.51% | 0.46% | - |
| HSV(B) | 63.97º | 0.68% | 0.7% | - |
| XYZ | 33.24 | 40.68 | 9.97 | - |
| YUV | 161.81 | 68.85 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 57 | 0.04 | 0 | 0.68 | 0.30 | 63.97 | 0.51 | 0.46 |
| Hex | AA | B2 | 39 | 4 | 0 | 44 | 1E | 40 | 33 | 2E |
| Octal | 252 | 262 | 71 | 4 | 0 | 104 | 36 | 100 | 63 | 56 |
| Binary | 10101010 | 10110010 | 111001 | 100 | 0 | 1000100 | 11110 | 1000000 | 110011 | 101110 |
Color Harmonies of #AAB239
Complementary color
Monochromatic Colors of #AAB239
Black with #AAB239
Text Example
Text Example
White with #AAB239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB239; }
p { color: rgb(170,178,57); }
H1.HeaderClassName
{
color: #AAB239;
}
.AnyTagClassName
{
color: #AAB239;
}
</style>
background-color css
<style>
a { background-color: #AAB239; }
a { background-color: rgb(170,178,57); }
div.DivClassName
{
background-color: #AAB239;
}
.BgClassName
{
background-color: #AAB239;
}
</style>
border-color css
<style>
span { border-color: #AAB239; }
span { border-color: rgb(170,178,57); }
td.TdClassName
{
border-color: #AAB239;
}
.TagClassName
{
border-color: #AAB239;
}
</style>