Shades of Brass #AAAD4A
Tints of Brass #AAAD4A
RGB
CMYK
RGB Variations
Color information
#AAAD4A (or 0xAAAD4A) is known color: Brass. HEX triplet: AA, AD and 4A. RGB value is (170,173,74). Sum of RGB (Red+Green+Blue) = 170+173+74=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAD4A is #5552B5. Grayscale: #A1A1A1. Windows color (decimal): -5591734 or 4894122. OLE color: 4894122.
HSL color Cylindrical-coordinate representation of color #AAAD4A: hue angle of 61.82º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAAD4A is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 74 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.32 |
| HSL | 61.82º | 0.4% | 0.48% | - |
| HSV(B) | 61.82º | 0.57% | 0.68% | - |
| XYZ | 32.76 | 38.93 | 12.27 | - |
| YUV | 160.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 74 | 0.02 | 0 | 0.57 | 0.32 | 61.82 | 0.4 | 0.48 |
| Hex | AA | AD | 4A | 2 | 0 | 39 | 20 | 3E | 28 | 30 |
| Octal | 252 | 255 | 112 | 2 | 0 | 71 | 40 | 76 | 50 | 60 |
| Binary | 10101010 | 10101101 | 1001010 | 10 | 0 | 111001 | 100000 | 111110 | 101000 | 110000 |
Color Harmonies of #AAAD4A
Complementary color
Monochromatic Colors of #AAAD4A
Black with #AAAD4A
Text Example
Text Example
White with #AAAD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD4A; }
p { color: rgb(170,173,74); }
H1.HeaderClassName
{
color: #AAAD4A;
}
.AnyTagClassName
{
color: #AAAD4A;
}
</style>
background-color css
<style>
a { background-color: #AAAD4A; }
a { background-color: rgb(170,173,74); }
div.DivClassName
{
background-color: #AAAD4A;
}
.BgClassName
{
background-color: #AAAD4A;
}
</style>
border-color css
<style>
span { border-color: #AAAD4A; }
span { border-color: rgb(170,173,74); }
td.TdClassName
{
border-color: #AAAD4A;
}
.TagClassName
{
border-color: #AAAD4A;
}
</style>