Shades of Brass #AAB042
Tints of Brass #AAB042
RGB
CMYK
RGB Variations
Color information
#AAB042 (or 0xAAB042) is known color: Brass. HEX triplet: AA, B0 and 42. RGB value is (170,176,66). Sum of RGB (Red+Green+Blue) = 170+176+66=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB042 is #554FBD. Grayscale: #A2A2A2. Windows color (decimal): -5590974 or 4370602. OLE color: 4370602.
HSL color Cylindrical-coordinate representation of color #AAB042: hue angle of 63.27º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AAB042 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 66 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.31 |
| HSL | 63.27º | 0.45% | 0.47% | - |
| HSV(B) | 63.27º | 0.63% | 0.69% | - |
| XYZ | 33.09 | 39.99 | 11.13 | - |
| YUV | 161.67 | 74.01 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 66 | 0.03 | 0 | 0.62 | 0.31 | 63.27 | 0.45 | 0.47 |
| Hex | AA | B0 | 42 | 3 | 0 | 3E | 1F | 3F | 2D | 2F |
| Octal | 252 | 260 | 102 | 3 | 0 | 76 | 37 | 77 | 55 | 57 |
| Binary | 10101010 | 10110000 | 1000010 | 11 | 0 | 111110 | 11111 | 111111 | 101101 | 101111 |
Color Harmonies of #AAB042
Complementary color
Monochromatic Colors of #AAB042
Black with #AAB042
Text Example
Text Example
White with #AAB042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB042; }
p { color: rgb(170,176,66); }
H1.HeaderClassName
{
color: #AAB042;
}
.AnyTagClassName
{
color: #AAB042;
}
</style>
background-color css
<style>
a { background-color: #AAB042; }
a { background-color: rgb(170,176,66); }
div.DivClassName
{
background-color: #AAB042;
}
.BgClassName
{
background-color: #AAB042;
}
</style>
border-color css
<style>
span { border-color: #AAB042; }
span { border-color: rgb(170,176,66); }
td.TdClassName
{
border-color: #AAB042;
}
.TagClassName
{
border-color: #AAB042;
}
</style>