Shades of Brass #AAAB4A
Tints of Brass #AAAB4A
RGB
CMYK
RGB Variations
Color information
#AAAB4A (or 0xAAAB4A) is known color: Brass. HEX triplet: AA, AB and 4A. RGB value is (170,171,74). Sum of RGB (Red+Green+Blue) = 170+171+74=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB4A is #5554B5. Grayscale: #A0A0A0. Windows color (decimal): -5592246 or 4893610. OLE color: 4893610.
HSL color Cylindrical-coordinate representation of color #AAAB4A: hue angle of 60.62º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAAB4A is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 74 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.33 |
| HSL | 60.62º | 0.4% | 0.48% | - |
| HSV(B) | 60.62º | 0.57% | 0.67% | - |
| XYZ | 32.38 | 38.17 | 12.14 | - |
| YUV | 159.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 74 | 0.01 | 0 | 0.57 | 0.33 | 60.62 | 0.4 | 0.48 |
| Hex | AA | AB | 4A | 1 | 0 | 39 | 21 | 3D | 28 | 30 |
| Octal | 252 | 253 | 112 | 1 | 0 | 71 | 41 | 75 | 50 | 60 |
| Binary | 10101010 | 10101011 | 1001010 | 1 | 0 | 111001 | 100001 | 111101 | 101000 | 110000 |
Color Harmonies of #AAAB4A
Complementary color
Monochromatic Colors of #AAAB4A
Black with #AAAB4A
Text Example
Text Example
White with #AAAB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB4A; }
p { color: rgb(170,171,74); }
H1.HeaderClassName
{
color: #AAAB4A;
}
.AnyTagClassName
{
color: #AAAB4A;
}
</style>
background-color css
<style>
a { background-color: #AAAB4A; }
a { background-color: rgb(170,171,74); }
div.DivClassName
{
background-color: #AAAB4A;
}
.BgClassName
{
background-color: #AAAB4A;
}
</style>
border-color css
<style>
span { border-color: #AAAB4A; }
span { border-color: rgb(170,171,74); }
td.TdClassName
{
border-color: #AAAB4A;
}
.TagClassName
{
border-color: #AAAB4A;
}
</style>