Shades of Brass #AAA038
Tints of Brass #AAA038
RGB
CMYK
RGB Variations
Color information
#AAA038 (or 0xAAA038) is known color: Brass. HEX triplet: AA, A0 and 38. RGB value is (170,160,56). Sum of RGB (Red+Green+Blue) = 170+160+56=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA038 is #555FC7. Grayscale: #979797. Windows color (decimal): -5595080 or 3711146. OLE color: 3711146.
HSL color Cylindrical-coordinate representation of color #AAA038: hue angle of 54.74º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAA038 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 160 | 56 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.33 |
| HSL | 54.74º | 0.5% | 0.44% | - |
| HSV(B) | 54.74º | 0.67% | 0.67% | - |
| XYZ | 29.86 | 33.97 | 8.72 | - |
| YUV | 151.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 56 | 0 | 0.06 | 0.67 | 0.33 | 54.74 | 0.5 | 0.44 |
| Hex | AA | A0 | 38 | 0 | 6 | 43 | 21 | 37 | 32 | 2C |
| Octal | 252 | 240 | 70 | 0 | 6 | 103 | 41 | 67 | 62 | 54 |
| Binary | 10101010 | 10100000 | 111000 | 0 | 110 | 1000011 | 100001 | 110111 | 110010 | 101100 |
Color Harmonies of #AAA038
Complementary color
Monochromatic Colors of #AAA038
Black with #AAA038
Text Example
Text Example
White with #AAA038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA038; }
p { color: rgb(170,160,56); }
H1.HeaderClassName
{
color: #AAA038;
}
.AnyTagClassName
{
color: #AAA038;
}
</style>
background-color css
<style>
a { background-color: #AAA038; }
a { background-color: rgb(170,160,56); }
div.DivClassName
{
background-color: #AAA038;
}
.BgClassName
{
background-color: #AAA038;
}
</style>
border-color css
<style>
span { border-color: #AAA038; }
span { border-color: rgb(170,160,56); }
td.TdClassName
{
border-color: #AAA038;
}
.TagClassName
{
border-color: #AAA038;
}
</style>