Shades of Brass #AAA848
Tints of Brass #AAA848
RGB
CMYK
RGB Variations
Color information
#AAA848 (or 0xAAA848) is known color: Brass. HEX triplet: AA, A8 and 48. RGB value is (170,168,72). Sum of RGB (Red+Green+Blue) = 170+168+72=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA848 is #5557B7. Grayscale: #9E9E9E. Windows color (decimal): -5593016 or 4761770. OLE color: 4761770.
HSL color Cylindrical-coordinate representation of color #AAA848: hue angle of 58.78º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AAA848 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 168 | 72 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.33 |
| HSL | 58.78º | 0.4% | 0.47% | - |
| HSV(B) | 58.78º | 0.58% | 0.67% | - |
| XYZ | 31.75 | 37.02 | 11.6 | - |
| YUV | 157.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 168 | 72 | 0 | 0.01 | 0.58 | 0.33 | 58.78 | 0.4 | 0.47 |
| Hex | AA | A8 | 48 | 0 | 1 | 3A | 21 | 3B | 28 | 2F |
| Octal | 252 | 250 | 110 | 0 | 1 | 72 | 41 | 73 | 50 | 57 |
| Binary | 10101010 | 10101000 | 1001000 | 0 | 1 | 111010 | 100001 | 111011 | 101000 | 101111 |
Color Harmonies of #AAA848
Complementary color
Monochromatic Colors of #AAA848
Black with #AAA848
Text Example
Text Example
White with #AAA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA848; }
p { color: rgb(170,168,72); }
H1.HeaderClassName
{
color: #AAA848;
}
.AnyTagClassName
{
color: #AAA848;
}
</style>
background-color css
<style>
a { background-color: #AAA848; }
a { background-color: rgb(170,168,72); }
div.DivClassName
{
background-color: #AAA848;
}
.BgClassName
{
background-color: #AAA848;
}
</style>
border-color css
<style>
span { border-color: #AAA848; }
span { border-color: rgb(170,168,72); }
td.TdClassName
{
border-color: #AAA848;
}
.TagClassName
{
border-color: #AAA848;
}
</style>