Shades of Brass #AAA750
Tints of Brass #AAA750
RGB
CMYK
RGB Variations
Color information
#AAA750 (or 0xAAA750) is known color: Brass. HEX triplet: AA, A7 and 50. RGB value is (170,167,80). Sum of RGB (Red+Green+Blue) = 170+167+80=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA750 is #5558AF. Grayscale: #9E9E9E. Windows color (decimal): -5593264 or 5285802. OLE color: 5285802.
HSL color Cylindrical-coordinate representation of color #AAA750: hue angle of 58º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AAA750 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 167 | 80 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.33 |
| HSL | 58º | 0.36% | 0.49% | - |
| HSV(B) | 58º | 0.53% | 0.67% | - |
| XYZ | 31.84 | 36.76 | 13.01 | - |
| YUV | 157.98 | 83.99 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 167 | 80 | 0 | 0.02 | 0.53 | 0.33 | 58 | 0.36 | 0.49 |
| Hex | AA | A7 | 50 | 0 | 2 | 35 | 21 | 3A | 24 | 31 |
| Octal | 252 | 247 | 120 | 0 | 2 | 65 | 41 | 72 | 44 | 61 |
| Binary | 10101010 | 10100111 | 1010000 | 0 | 10 | 110101 | 100001 | 111010 | 100100 | 110001 |
Color Harmonies of #AAA750
Complementary color
Monochromatic Colors of #AAA750
Black with #AAA750
Text Example
Text Example
White with #AAA750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA750; }
p { color: rgb(170,167,80); }
H1.HeaderClassName
{
color: #AAA750;
}
.AnyTagClassName
{
color: #AAA750;
}
</style>
background-color css
<style>
a { background-color: #AAA750; }
a { background-color: rgb(170,167,80); }
div.DivClassName
{
background-color: #AAA750;
}
.BgClassName
{
background-color: #AAA750;
}
</style>
border-color css
<style>
span { border-color: #AAA750; }
span { border-color: rgb(170,167,80); }
td.TdClassName
{
border-color: #AAA750;
}
.TagClassName
{
border-color: #AAA750;
}
</style>