Shades of Brass #AAAB3C
Tints of Brass #AAAB3C
RGB
CMYK
RGB Variations
Color information
#AAAB3C (or 0xAAAB3C) is known color: Brass. HEX triplet: AA, AB and 3C. RGB value is (170,171,60). Sum of RGB (Red+Green+Blue) = 170+171+60=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 171 (67.19% from 255 or 42.64% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB3C is #5554C3. Grayscale: #9E9E9E. Windows color (decimal): -5592260 or 3976106. OLE color: 3976106.
HSL color Cylindrical-coordinate representation of color #AAAB3C: hue angle of 60.54º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AAAB3C is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 60 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.33 |
| HSL | 60.54º | 0.48% | 0.45% | - |
| HSV(B) | 60.54º | 0.65% | 0.67% | - |
| XYZ | 31.96 | 38 | 9.93 | - |
| YUV | 158.05 | 72.67 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 60 | 0.01 | 0 | 0.65 | 0.33 | 60.54 | 0.48 | 0.45 |
| Hex | AA | AB | 3C | 1 | 0 | 41 | 21 | 3D | 30 | 2D |
| Octal | 252 | 253 | 74 | 1 | 0 | 101 | 41 | 75 | 60 | 55 |
| Binary | 10101010 | 10101011 | 111100 | 1 | 0 | 1000001 | 100001 | 111101 | 110000 | 101101 |
Color Harmonies of #AAAB3C
Complementary color
Monochromatic Colors of #AAAB3C
Black with #AAAB3C
Text Example
Text Example
White with #AAAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB3C; }
p { color: rgb(170,171,60); }
H1.HeaderClassName
{
color: #AAAB3C;
}
.AnyTagClassName
{
color: #AAAB3C;
}
</style>
background-color css
<style>
a { background-color: #AAAB3C; }
a { background-color: rgb(170,171,60); }
div.DivClassName
{
background-color: #AAAB3C;
}
.BgClassName
{
background-color: #AAAB3C;
}
</style>
border-color css
<style>
span { border-color: #AAAB3C; }
span { border-color: rgb(170,171,60); }
td.TdClassName
{
border-color: #AAAB3C;
}
.TagClassName
{
border-color: #AAAB3C;
}
</style>