Shades of Brass #A0AA44
Tints of Brass #A0AA44
RGB
CMYK
RGB Variations
Color information
#A0AA44 (or 0xA0AA44) is known color: Brass. HEX triplet: A0, AA and 44. RGB value is (160,170,68). Sum of RGB (Red+Green+Blue) = 160+170+68=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA44 is #5F55BB. Grayscale: #9B9B9B. Windows color (decimal): -6247868 or 4500128. OLE color: 4500128.
HSL color Cylindrical-coordinate representation of color #A0AA44: hue angle of 65.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0AA44 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 68 | - |
| CMYK | 0.06 | 0 | 0.6 | 0.33 |
| HSL | 65.88º | 0.43% | 0.47% | - |
| HSV(B) | 65.88º | 0.6% | 0.67% | - |
| XYZ | 29.92 | 36.64 | 10.96 | - |
| YUV | 155.38 | 78.69 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 68 | 0.06 | 0 | 0.6 | 0.33 | 65.88 | 0.43 | 0.47 |
| Hex | A0 | AA | 44 | 6 | 0 | 3C | 21 | 42 | 2B | 2F |
| Octal | 240 | 252 | 104 | 6 | 0 | 74 | 41 | 102 | 53 | 57 |
| Binary | 10100000 | 10101010 | 1000100 | 110 | 0 | 111100 | 100001 | 1000010 | 101011 | 101111 |
Color Harmonies of #A0AA44
Complementary color
Monochromatic Colors of #A0AA44
Black with #A0AA44
Text Example
Text Example
White with #A0AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA44; }
p { color: rgb(160,170,68); }
H1.HeaderClassName
{
color: #A0AA44;
}
.AnyTagClassName
{
color: #A0AA44;
}
</style>
background-color css
<style>
a { background-color: #A0AA44; }
a { background-color: rgb(160,170,68); }
div.DivClassName
{
background-color: #A0AA44;
}
.BgClassName
{
background-color: #A0AA44;
}
</style>
border-color css
<style>
span { border-color: #A0AA44; }
span { border-color: rgb(160,170,68); }
td.TdClassName
{
border-color: #A0AA44;
}
.TagClassName
{
border-color: #A0AA44;
}
</style>