Shades of Brass #AAB03D
Tints of Brass #AAB03D
RGB
CMYK
RGB Variations
Color information
#AAB03D (or 0xAAB03D) is known color: Brass. HEX triplet: AA, B0 and 3D. RGB value is (170,176,61). Sum of RGB (Red+Green+Blue) = 170+176+61=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB03D is #554FC2. Grayscale: #A1A1A1. Windows color (decimal): -5590979 or 4042922. OLE color: 4042922.
HSL color Cylindrical-coordinate representation of color #AAB03D: hue angle of 63.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAB03D is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 61 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.31 |
| HSL | 63.13º | 0.49% | 0.46% | - |
| HSV(B) | 63.13º | 0.65% | 0.69% | - |
| XYZ | 32.95 | 39.93 | 10.39 | - |
| YUV | 161.1 | 71.51 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 61 | 0.03 | 0 | 0.65 | 0.31 | 63.13 | 0.49 | 0.46 |
| Hex | AA | B0 | 3D | 3 | 0 | 41 | 1F | 3F | 31 | 2E |
| Octal | 252 | 260 | 75 | 3 | 0 | 101 | 37 | 77 | 61 | 56 |
| Binary | 10101010 | 10110000 | 111101 | 11 | 0 | 1000001 | 11111 | 111111 | 110001 | 101110 |
Color Harmonies of #AAB03D
Complementary color
Monochromatic Colors of #AAB03D
Black with #AAB03D
Text Example
Text Example
White with #AAB03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB03D; }
p { color: rgb(170,176,61); }
H1.HeaderClassName
{
color: #AAB03D;
}
.AnyTagClassName
{
color: #AAB03D;
}
</style>
background-color css
<style>
a { background-color: #AAB03D; }
a { background-color: rgb(170,176,61); }
div.DivClassName
{
background-color: #AAB03D;
}
.BgClassName
{
background-color: #AAB03D;
}
</style>
border-color css
<style>
span { border-color: #AAB03D; }
span { border-color: rgb(170,176,61); }
td.TdClassName
{
border-color: #AAB03D;
}
.TagClassName
{
border-color: #AAB03D;
}
</style>