Shades of Brass #AAAE44
Tints of Brass #AAAE44
RGB
CMYK
RGB Variations
Color information
#AAAE44 (or 0xAAAE44) is known color: Brass. HEX triplet: AA, AE and 44. RGB value is (170,174,68). Sum of RGB (Red+Green+Blue) = 170+174+68=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE44 is #5551BB. Grayscale: #A1A1A1. Windows color (decimal): -5591484 or 4501162. OLE color: 4501162.
HSL color Cylindrical-coordinate representation of color #AAAE44: hue angle of 62.26º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAAE44 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 68 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.32 |
| HSL | 62.26º | 0.44% | 0.47% | - |
| HSV(B) | 62.26º | 0.61% | 0.68% | - |
| XYZ | 32.76 | 39.24 | 11.32 | - |
| YUV | 160.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 68 | 0.02 | 0 | 0.61 | 0.32 | 62.26 | 0.44 | 0.47 |
| Hex | AA | AE | 44 | 2 | 0 | 3D | 20 | 3E | 2C | 2F |
| Octal | 252 | 256 | 104 | 2 | 0 | 75 | 40 | 76 | 54 | 57 |
| Binary | 10101010 | 10101110 | 1000100 | 10 | 0 | 111101 | 100000 | 111110 | 101100 | 101111 |
Color Harmonies of #AAAE44
Complementary color
Monochromatic Colors of #AAAE44
Black with #AAAE44
Text Example
Text Example
White with #AAAE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE44; }
p { color: rgb(170,174,68); }
H1.HeaderClassName
{
color: #AAAE44;
}
.AnyTagClassName
{
color: #AAAE44;
}
</style>
background-color css
<style>
a { background-color: #AAAE44; }
a { background-color: rgb(170,174,68); }
div.DivClassName
{
background-color: #AAAE44;
}
.BgClassName
{
background-color: #AAAE44;
}
</style>
border-color css
<style>
span { border-color: #AAAE44; }
span { border-color: rgb(170,174,68); }
td.TdClassName
{
border-color: #AAAE44;
}
.TagClassName
{
border-color: #AAAE44;
}
</style>