Shades of Brass #AAB13B
Tints of Brass #AAB13B
RGB
CMYK
RGB Variations
Color information
#AAB13B (or 0xAAB13B) is known color: Brass. HEX triplet: AA, B1 and 3B. RGB value is (170,177,59). Sum of RGB (Red+Green+Blue) = 170+177+59=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 177 (69.53% from 255 or 43.60% from 406); Blue value is 59 (23.44% from 255 or 14.53% from 406); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB13B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB13B is #554EC4. Grayscale: #A1A1A1. Windows color (decimal): -5590725 or 3912106. OLE color: 3912106.
HSL color Cylindrical-coordinate representation of color #AAB13B: hue angle of 63.56º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAB13B is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 59 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.31 |
| HSL | 63.56º | 0.5% | 0.46% | - |
| HSV(B) | 63.56º | 0.67% | 0.69% | - |
| XYZ | 33.09 | 40.31 | 10.17 | - |
| YUV | 161.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 59 | 0.04 | 0 | 0.67 | 0.31 | 63.56 | 0.5 | 0.46 |
| Hex | AA | B1 | 3B | 4 | 0 | 43 | 1F | 40 | 32 | 2E |
| Octal | 252 | 261 | 73 | 4 | 0 | 103 | 37 | 100 | 62 | 56 |
| Binary | 10101010 | 10110001 | 111011 | 100 | 0 | 1000011 | 11111 | 1000000 | 110010 | 101110 |
Color Harmonies of #AAB13B
Complementary color
Monochromatic Colors of #AAB13B
Black with #AAB13B
Text Example
Text Example
White with #AAB13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB13B; }
p { color: rgb(170,177,59); }
H1.HeaderClassName
{
color: #AAB13B;
}
.AnyTagClassName
{
color: #AAB13B;
}
</style>
background-color css
<style>
a { background-color: #AAB13B; }
a { background-color: rgb(170,177,59); }
div.DivClassName
{
background-color: #AAB13B;
}
.BgClassName
{
background-color: #AAB13B;
}
</style>
border-color css
<style>
span { border-color: #AAB13B; }
span { border-color: rgb(170,177,59); }
td.TdClassName
{
border-color: #AAB13B;
}
.TagClassName
{
border-color: #AAB13B;
}
</style>