Shades of Brass #ABA94A
Tints of Brass #ABA94A
RGB
CMYK
RGB Variations
Color information
#ABA94A (or 0xABA94A) is known color: Brass. HEX triplet: AB, A9 and 4A. RGB value is (171,169,74). Sum of RGB (Red+Green+Blue) = 171+169+74=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA94A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA94A is #5456B5. Grayscale: #9F9F9F. Windows color (decimal): -5527222 or 4893099. OLE color: 4893099.
HSL color Cylindrical-coordinate representation of color #ABA94A: hue angle of 58.76º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABA94A is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 74 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.33 |
| HSL | 58.76º | 0.4% | 0.48% | - |
| HSV(B) | 58.76º | 0.57% | 0.67% | - |
| XYZ | 32.22 | 37.53 | 12.02 | - |
| YUV | 158.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 74 | 0 | 0.01 | 0.57 | 0.33 | 58.76 | 0.4 | 0.48 |
| Hex | AB | A9 | 4A | 0 | 1 | 39 | 21 | 3B | 28 | 30 |
| Octal | 253 | 251 | 112 | 0 | 1 | 71 | 41 | 73 | 50 | 60 |
| Binary | 10101011 | 10101001 | 1001010 | 0 | 1 | 111001 | 100001 | 111011 | 101000 | 110000 |
Color Harmonies of #ABA94A
Complementary color
Monochromatic Colors of #ABA94A
Black with #ABA94A
Text Example
Text Example
White with #ABA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA94A; }
p { color: rgb(171,169,74); }
H1.HeaderClassName
{
color: #ABA94A;
}
.AnyTagClassName
{
color: #ABA94A;
}
</style>
background-color css
<style>
a { background-color: #ABA94A; }
a { background-color: rgb(171,169,74); }
div.DivClassName
{
background-color: #ABA94A;
}
.BgClassName
{
background-color: #ABA94A;
}
</style>
border-color css
<style>
span { border-color: #ABA94A; }
span { border-color: rgb(171,169,74); }
td.TdClassName
{
border-color: #ABA94A;
}
.TagClassName
{
border-color: #ABA94A;
}
</style>