Shades of Brass #AAA948
Tints of Brass #AAA948
RGB
CMYK
RGB Variations
Color information
#AAA948 (or 0xAAA948) is known color: Brass. HEX triplet: AA, A9 and 48. RGB value is (170,169,72). Sum of RGB (Red+Green+Blue) = 170+169+72=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA948 is #5556B7. Grayscale: #9E9E9E. Windows color (decimal): -5592760 or 4762026. OLE color: 4762026.
HSL color Cylindrical-coordinate representation of color #AAA948: hue angle of 59.39º 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 #AAA948 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 169 | 72 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.33 |
| HSL | 59.39º | 0.4% | 0.47% | - |
| HSV(B) | 59.39º | 0.58% | 0.67% | - |
| XYZ | 31.94 | 37.39 | 11.66 | - |
| YUV | 158.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 169 | 72 | 0 | 0.01 | 0.58 | 0.33 | 59.39 | 0.4 | 0.47 |
| Hex | AA | A9 | 48 | 0 | 1 | 3A | 21 | 3B | 28 | 2F |
| Octal | 252 | 251 | 110 | 0 | 1 | 72 | 41 | 73 | 50 | 57 |
| Binary | 10101010 | 10101001 | 1001000 | 0 | 1 | 111010 | 100001 | 111011 | 101000 | 101111 |
Color Harmonies of #AAA948
Complementary color
Monochromatic Colors of #AAA948
Black with #AAA948
Text Example
Text Example
White with #AAA948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA948; }
p { color: rgb(170,169,72); }
H1.HeaderClassName
{
color: #AAA948;
}
.AnyTagClassName
{
color: #AAA948;
}
</style>
background-color css
<style>
a { background-color: #AAA948; }
a { background-color: rgb(170,169,72); }
div.DivClassName
{
background-color: #AAA948;
}
.BgClassName
{
background-color: #AAA948;
}
</style>
border-color css
<style>
span { border-color: #AAA948; }
span { border-color: rgb(170,169,72); }
td.TdClassName
{
border-color: #AAA948;
}
.TagClassName
{
border-color: #AAA948;
}
</style>