Shades of Brass #AAB03E
Tints of Brass #AAB03E
RGB
CMYK
RGB Variations
Color information
#AAB03E (or 0xAAB03E) is known color: Brass. HEX triplet: AA, B0 and 3E. RGB value is (170,176,62). Sum of RGB (Red+Green+Blue) = 170+176+62=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB03E is #554FC1. Grayscale: #A1A1A1. Windows color (decimal): -5590978 or 4108458. OLE color: 4108458.
HSL color Cylindrical-coordinate representation of color #AAB03E: hue angle of 63.16º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAB03E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 62 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.31 |
| HSL | 63.16º | 0.48% | 0.47% | - |
| HSV(B) | 63.16º | 0.65% | 0.69% | - |
| XYZ | 32.97 | 39.94 | 10.53 | - |
| YUV | 161.21 | 72.01 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 62 | 0.03 | 0 | 0.65 | 0.31 | 63.16 | 0.48 | 0.47 |
| Hex | AA | B0 | 3E | 3 | 0 | 41 | 1F | 3F | 30 | 2F |
| Octal | 252 | 260 | 76 | 3 | 0 | 101 | 37 | 77 | 60 | 57 |
| Binary | 10101010 | 10110000 | 111110 | 11 | 0 | 1000001 | 11111 | 111111 | 110000 | 101111 |
Color Harmonies of #AAB03E
Complementary color
Monochromatic Colors of #AAB03E
Black with #AAB03E
Text Example
Text Example
White with #AAB03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB03E; }
p { color: rgb(170,176,62); }
H1.HeaderClassName
{
color: #AAB03E;
}
.AnyTagClassName
{
color: #AAB03E;
}
</style>
background-color css
<style>
a { background-color: #AAB03E; }
a { background-color: rgb(170,176,62); }
div.DivClassName
{
background-color: #AAB03E;
}
.BgClassName
{
background-color: #AAB03E;
}
</style>
border-color css
<style>
span { border-color: #AAB03E; }
span { border-color: rgb(170,176,62); }
td.TdClassName
{
border-color: #AAB03E;
}
.TagClassName
{
border-color: #AAB03E;
}
</style>