Shades of Brass #AAB03B
Tints of Brass #AAB03B
RGB
CMYK
RGB Variations
Color information
#AAB03B (or 0xAAB03B) is known color: Brass. HEX triplet: AA, B0 and 3B. RGB value is (170,176,59). Sum of RGB (Red+Green+Blue) = 170+176+59=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 59 (23.44% from 255 or 14.57% from 405); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB03B is #554FC4. Grayscale: #A1A1A1. Windows color (decimal): -5590981 or 3911850. OLE color: 3911850.
HSL color Cylindrical-coordinate representation of color #AAB03B: hue angle of 63.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAB03B is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 59 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.31 |
| HSL | 63.08º | 0.5% | 0.46% | - |
| HSV(B) | 63.08º | 0.66% | 0.69% | - |
| XYZ | 32.89 | 39.91 | 10.11 | - |
| YUV | 160.87 | 70.51 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 59 | 0.03 | 0 | 0.66 | 0.31 | 63.08 | 0.5 | 0.46 |
| Hex | AA | B0 | 3B | 3 | 0 | 42 | 1F | 3F | 32 | 2E |
| Octal | 252 | 260 | 73 | 3 | 0 | 102 | 37 | 77 | 62 | 56 |
| Binary | 10101010 | 10110000 | 111011 | 11 | 0 | 1000010 | 11111 | 111111 | 110010 | 101110 |
Color Harmonies of #AAB03B
Complementary color
Monochromatic Colors of #AAB03B
Black with #AAB03B
Text Example
Text Example
White with #AAB03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB03B; }
p { color: rgb(170,176,59); }
H1.HeaderClassName
{
color: #AAB03B;
}
.AnyTagClassName
{
color: #AAB03B;
}
</style>
background-color css
<style>
a { background-color: #AAB03B; }
a { background-color: rgb(170,176,59); }
div.DivClassName
{
background-color: #AAB03B;
}
.BgClassName
{
background-color: #AAB03B;
}
</style>
border-color css
<style>
span { border-color: #AAB03B; }
span { border-color: rgb(170,176,59); }
td.TdClassName
{
border-color: #AAB03B;
}
.TagClassName
{
border-color: #AAB03B;
}
</style>