Shades of Brass #A0AA45
Tints of Brass #A0AA45
RGB
CMYK
RGB Variations
Color information
#A0AA45 (or 0xA0AA45) is known color: Brass. HEX triplet: A0, AA and 45. RGB value is (160,170,69). Sum of RGB (Red+Green+Blue) = 160+170+69=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA45 is #5F55BA. Grayscale: #9B9B9B. Windows color (decimal): -6247867 or 4565664. OLE color: 4565664.
HSL color Cylindrical-coordinate representation of color #A0AA45: hue angle of 65.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0AA45 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 170 | 69 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.33 |
| HSL | 65.94º | 0.42% | 0.47% | - |
| HSV(B) | 65.94º | 0.59% | 0.67% | - |
| XYZ | 29.95 | 36.65 | 11.13 | - |
| YUV | 155.5 | 79.19 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 69 | 0.06 | 0 | 0.59 | 0.33 | 65.94 | 0.42 | 0.47 |
| Hex | A0 | AA | 45 | 6 | 0 | 3B | 21 | 42 | 2A | 2F |
| Octal | 240 | 252 | 105 | 6 | 0 | 73 | 41 | 102 | 52 | 57 |
| Binary | 10100000 | 10101010 | 1000101 | 110 | 0 | 111011 | 100001 | 1000010 | 101010 | 101111 |
Color Harmonies of #A0AA45
Complementary color
Monochromatic Colors of #A0AA45
Black with #A0AA45
Text Example
Text Example
White with #A0AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AA45; }
p { color: rgb(160,170,69); }
H1.HeaderClassName
{
color: #A0AA45;
}
.AnyTagClassName
{
color: #A0AA45;
}
</style>
background-color css
<style>
a { background-color: #A0AA45; }
a { background-color: rgb(160,170,69); }
div.DivClassName
{
background-color: #A0AA45;
}
.BgClassName
{
background-color: #A0AA45;
}
</style>
border-color css
<style>
span { border-color: #A0AA45; }
span { border-color: rgb(160,170,69); }
td.TdClassName
{
border-color: #A0AA45;
}
.TagClassName
{
border-color: #A0AA45;
}
</style>