Shades of Brass #A0AB44
Tints of Brass #A0AB44
RGB
CMYK
RGB Variations
Color information
#A0AB44 (or 0xA0AB44) is known color: Brass. HEX triplet: A0, AB and 44. RGB value is (160,171,68). Sum of RGB (Red+Green+Blue) = 160+171+68=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB44 is #5F54BB. Grayscale: #9C9C9C. Windows color (decimal): -6247612 or 4500384. OLE color: 4500384.
HSL color Cylindrical-coordinate representation of color #A0AB44: hue angle of 66.41º 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 #A0AB44 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 171 | 68 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.33 |
| HSL | 66.41º | 0.43% | 0.47% | - |
| HSV(B) | 66.41º | 0.6% | 0.67% | - |
| XYZ | 30.1 | 37.02 | 11.03 | - |
| YUV | 155.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 68 | 0.06 | 0 | 0.60 | 0.33 | 66.41 | 0.43 | 0.47 |
| Hex | A0 | AB | 44 | 6 | 0 | 3C | 21 | 42 | 2B | 2F |
| Octal | 240 | 253 | 104 | 6 | 0 | 74 | 41 | 102 | 53 | 57 |
| Binary | 10100000 | 10101011 | 1000100 | 110 | 0 | 111100 | 100001 | 1000010 | 101011 | 101111 |
Color Harmonies of #A0AB44
Complementary color
Monochromatic Colors of #A0AB44
Black with #A0AB44
Text Example
Text Example
White with #A0AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AB44; }
p { color: rgb(160,171,68); }
H1.HeaderClassName
{
color: #A0AB44;
}
.AnyTagClassName
{
color: #A0AB44;
}
</style>
background-color css
<style>
a { background-color: #A0AB44; }
a { background-color: rgb(160,171,68); }
div.DivClassName
{
background-color: #A0AB44;
}
.BgClassName
{
background-color: #A0AB44;
}
</style>
border-color css
<style>
span { border-color: #A0AB44; }
span { border-color: rgb(160,171,68); }
td.TdClassName
{
border-color: #A0AB44;
}
.TagClassName
{
border-color: #A0AB44;
}
</style>