Shades of Brass #ABA94C
Tints of Brass #ABA94C
RGB
CMYK
RGB Variations
Color information
#ABA94C (or 0xABA94C) is known color: Brass. HEX triplet: AB, A9 and 4C. RGB value is (171,169,76). Sum of RGB (Red+Green+Blue) = 171+169+76=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA94C is #5456B3. Grayscale: #9F9F9F. Windows color (decimal): -5527220 or 5024171. OLE color: 5024171.
HSL color Cylindrical-coordinate representation of color #ABA94C: hue angle of 58.74º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABA94C is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 76 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.33 |
| HSL | 58.74º | 0.38% | 0.48% | - |
| HSV(B) | 58.74º | 0.56% | 0.67% | - |
| XYZ | 32.29 | 37.56 | 12.38 | - |
| YUV | 159 | 81.16 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 76 | 0 | 0.01 | 0.56 | 0.33 | 58.74 | 0.38 | 0.48 |
| Hex | AB | A9 | 4C | 0 | 1 | 38 | 21 | 3B | 26 | 30 |
| Octal | 253 | 251 | 114 | 0 | 1 | 70 | 41 | 73 | 46 | 60 |
| Binary | 10101011 | 10101001 | 1001100 | 0 | 1 | 111000 | 100001 | 111011 | 100110 | 110000 |
Color Harmonies of #ABA94C
Complementary color
Monochromatic Colors of #ABA94C
Black with #ABA94C
Text Example
Text Example
White with #ABA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA94C; }
p { color: rgb(171,169,76); }
H1.HeaderClassName
{
color: #ABA94C;
}
.AnyTagClassName
{
color: #ABA94C;
}
</style>
background-color css
<style>
a { background-color: #ABA94C; }
a { background-color: rgb(171,169,76); }
div.DivClassName
{
background-color: #ABA94C;
}
.BgClassName
{
background-color: #ABA94C;
}
</style>
border-color css
<style>
span { border-color: #ABA94C; }
span { border-color: rgb(171,169,76); }
td.TdClassName
{
border-color: #ABA94C;
}
.TagClassName
{
border-color: #ABA94C;
}
</style>