Shades of Brass #AAAD32
Tints of Brass #AAAD32
RGB
CMYK
RGB Variations
Color information
#AAAD32 (or 0xAAAD32) is known color: Brass. HEX triplet: AA, AD and 32. RGB value is (170,173,50). Sum of RGB (Red+Green+Blue) = 170+173+50=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD32 is #5552CD. Grayscale: #9E9E9E. Windows color (decimal): -5591758 or 3321258. OLE color: 3321258.
HSL color Cylindrical-coordinate representation of color #AAAD32: hue angle of 61.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAAD32 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 50 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.32 |
| HSL | 61.46º | 0.55% | 0.44% | - |
| HSV(B) | 61.46º | 0.71% | 0.68% | - |
| XYZ | 32.1 | 38.66 | 8.79 | - |
| YUV | 158.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 50 | 0.02 | 0 | 0.71 | 0.32 | 61.46 | 0.55 | 0.44 |
| Hex | AA | AD | 32 | 2 | 0 | 47 | 20 | 3D | 37 | 2C |
| Octal | 252 | 255 | 62 | 2 | 0 | 107 | 40 | 75 | 67 | 54 |
| Binary | 10101010 | 10101101 | 110010 | 10 | 0 | 1000111 | 100000 | 111101 | 110111 | 101100 |
Color Harmonies of #AAAD32
Complementary color
Monochromatic Colors of #AAAD32
Black with #AAAD32
Text Example
Text Example
White with #AAAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD32; }
p { color: rgb(170,173,50); }
H1.HeaderClassName
{
color: #AAAD32;
}
.AnyTagClassName
{
color: #AAAD32;
}
</style>
background-color css
<style>
a { background-color: #AAAD32; }
a { background-color: rgb(170,173,50); }
div.DivClassName
{
background-color: #AAAD32;
}
.BgClassName
{
background-color: #AAAD32;
}
</style>
border-color css
<style>
span { border-color: #AAAD32; }
span { border-color: rgb(170,173,50); }
td.TdClassName
{
border-color: #AAAD32;
}
.TagClassName
{
border-color: #AAAD32;
}
</style>