Shades of Brass #AAB13A
Tints of Brass #AAB13A
RGB
CMYK
RGB Variations
Color information
#AAB13A (or 0xAAB13A) is known color: Brass. HEX triplet: AA, B1 and 3A. RGB value is (170,177,58). Sum of RGB (Red+Green+Blue) = 170+177+58=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 177 (69.53% from 255 or 43.70% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB13A is #554EC5. Grayscale: #A1A1A1. Windows color (decimal): -5590726 or 3846570. OLE color: 3846570.
HSL color Cylindrical-coordinate representation of color #AAB13A: hue angle of 63.53º degrees, saturation: 0.51, 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 #AAB13A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 177 | 58 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.31 |
| HSL | 63.53º | 0.51% | 0.46% | - |
| HSV(B) | 63.53º | 0.67% | 0.69% | - |
| XYZ | 33.06 | 40.3 | 10.04 | - |
| YUV | 161.34 | 69.68 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 177 | 58 | 0.04 | 0 | 0.67 | 0.31 | 63.53 | 0.51 | 0.46 |
| Hex | AA | B1 | 3A | 4 | 0 | 43 | 1F | 40 | 33 | 2E |
| Octal | 252 | 261 | 72 | 4 | 0 | 103 | 37 | 100 | 63 | 56 |
| Binary | 10101010 | 10110001 | 111010 | 100 | 0 | 1000011 | 11111 | 1000000 | 110011 | 101110 |
Color Harmonies of #AAB13A
Complementary color
Monochromatic Colors of #AAB13A
Black with #AAB13A
Text Example
Text Example
White with #AAB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB13A; }
p { color: rgb(170,177,58); }
H1.HeaderClassName
{
color: #AAB13A;
}
.AnyTagClassName
{
color: #AAB13A;
}
</style>
background-color css
<style>
a { background-color: #AAB13A; }
a { background-color: rgb(170,177,58); }
div.DivClassName
{
background-color: #AAB13A;
}
.BgClassName
{
background-color: #AAB13A;
}
</style>
border-color css
<style>
span { border-color: #AAB13A; }
span { border-color: rgb(170,177,58); }
td.TdClassName
{
border-color: #AAB13A;
}
.TagClassName
{
border-color: #AAB13A;
}
</style>