Shades of Brass #A0AB45
Tints of Brass #A0AB45
RGB
CMYK
RGB Variations
Color information
#A0AB45 (or 0xA0AB45) is known color: Brass. HEX triplet: A0, AB and 45. RGB value is (160,171,69). Sum of RGB (Red+Green+Blue) = 160+171+69=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB45 is #5F54BA. Grayscale: #9C9C9C. Windows color (decimal): -6247611 or 4565920. OLE color: 4565920.
HSL color Cylindrical-coordinate representation of color #A0AB45: hue angle of 66.47º 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 #A0AB45 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 69 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.33 |
| HSL | 66.47º | 0.43% | 0.47% | - |
| HSV(B) | 66.47º | 0.6% | 0.67% | - |
| XYZ | 30.13 | 37.03 | 11.19 | - |
| YUV | 156.08 | 78.86 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 69 | 0.06 | 0 | 0.60 | 0.33 | 66.47 | 0.43 | 0.47 |
| Hex | A0 | AB | 45 | 6 | 0 | 3C | 21 | 42 | 2A | 2F |
| Octal | 240 | 253 | 105 | 6 | 0 | 74 | 41 | 102 | 52 | 57 |
| Binary | 10100000 | 10101011 | 1000101 | 110 | 0 | 111100 | 100001 | 1000010 | 101010 | 101111 |
Color Harmonies of #A0AB45
Complementary color
Monochromatic Colors of #A0AB45
Black with #A0AB45
Text Example
Text Example
White with #A0AB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB45; }
p { color: rgb(160,171,69); }
H1.HeaderClassName
{
color: #A0AB45;
}
.AnyTagClassName
{
color: #A0AB45;
}
</style>
background-color css
<style>
a { background-color: #A0AB45; }
a { background-color: rgb(160,171,69); }
div.DivClassName
{
background-color: #A0AB45;
}
.BgClassName
{
background-color: #A0AB45;
}
</style>
border-color css
<style>
span { border-color: #A0AB45; }
span { border-color: rgb(160,171,69); }
td.TdClassName
{
border-color: #A0AB45;
}
.TagClassName
{
border-color: #A0AB45;
}
</style>