Shades of Brass #AAAC33
Tints of Brass #AAAC33
RGB
CMYK
RGB Variations
Color information
#AAAC33 (or 0xAAAC33) is known color: Brass. HEX triplet: AA, AC and 33. RGB value is (170,172,51). Sum of RGB (Red+Green+Blue) = 170+172+51=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 51 (20.31% from 255 or 12.98% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC33 is #5553CC. Grayscale: #9E9E9E. Windows color (decimal): -5592013 or 3386538. OLE color: 3386538.
HSL color Cylindrical-coordinate representation of color #AAAC33: hue angle of 60.99º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAAC33 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 51 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.33 |
| HSL | 60.99º | 0.54% | 0.44% | - |
| HSV(B) | 60.99º | 0.7% | 0.67% | - |
| XYZ | 31.93 | 38.29 | 8.84 | - |
| YUV | 157.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 51 | 0.01 | 0 | 0.70 | 0.33 | 60.99 | 0.54 | 0.44 |
| Hex | AA | AC | 33 | 1 | 0 | 46 | 21 | 3D | 36 | 2C |
| Octal | 252 | 254 | 63 | 1 | 0 | 106 | 41 | 75 | 66 | 54 |
| Binary | 10101010 | 10101100 | 110011 | 1 | 0 | 1000110 | 100001 | 111101 | 110110 | 101100 |
Color Harmonies of #AAAC33
Complementary color
Monochromatic Colors of #AAAC33
Black with #AAAC33
Text Example
Text Example
White with #AAAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC33; }
p { color: rgb(170,172,51); }
H1.HeaderClassName
{
color: #AAAC33;
}
.AnyTagClassName
{
color: #AAAC33;
}
</style>
background-color css
<style>
a { background-color: #AAAC33; }
a { background-color: rgb(170,172,51); }
div.DivClassName
{
background-color: #AAAC33;
}
.BgClassName
{
background-color: #AAAC33;
}
</style>
border-color css
<style>
span { border-color: #AAAC33; }
span { border-color: rgb(170,172,51); }
td.TdClassName
{
border-color: #AAAC33;
}
.TagClassName
{
border-color: #AAAC33;
}
</style>