Shades of Brass #AAB23A
Tints of Brass #AAB23A
RGB
CMYK
RGB Variations
Color information
#AAB23A (or 0xAAB23A) is known color: Brass. HEX triplet: AA, B2 and 3A. RGB value is (170,178,58). Sum of RGB (Red+Green+Blue) = 170+178+58=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB23A is #554DC5. Grayscale: #A2A2A2. Windows color (decimal): -5590470 or 3846826. OLE color: 3846826.
HSL color Cylindrical-coordinate representation of color #AAB23A: hue angle of 64º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAB23A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 178 | 58 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.30 |
| HSL | 64º | 0.51% | 0.46% | - |
| HSV(B) | 64º | 0.67% | 0.7% | - |
| XYZ | 33.26 | 40.69 | 10.1 | - |
| YUV | 161.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 178 | 58 | 0.04 | 0 | 0.67 | 0.30 | 64 | 0.51 | 0.46 |
| Hex | AA | B2 | 3A | 4 | 0 | 43 | 1E | 40 | 33 | 2E |
| Octal | 252 | 262 | 72 | 4 | 0 | 103 | 36 | 100 | 63 | 56 |
| Binary | 10101010 | 10110010 | 111010 | 100 | 0 | 1000011 | 11110 | 1000000 | 110011 | 101110 |
Color Harmonies of #AAB23A
Complementary color
Monochromatic Colors of #AAB23A
Black with #AAB23A
Text Example
Text Example
White with #AAB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB23A; }
p { color: rgb(170,178,58); }
H1.HeaderClassName
{
color: #AAB23A;
}
.AnyTagClassName
{
color: #AAB23A;
}
</style>
background-color css
<style>
a { background-color: #AAB23A; }
a { background-color: rgb(170,178,58); }
div.DivClassName
{
background-color: #AAB23A;
}
.BgClassName
{
background-color: #AAB23A;
}
</style>
border-color css
<style>
span { border-color: #AAB23A; }
span { border-color: rgb(170,178,58); }
td.TdClassName
{
border-color: #AAB23A;
}
.TagClassName
{
border-color: #AAB23A;
}
</style>