Shades of Brass #ABA74C
Tints of Brass #ABA74C
RGB
CMYK
RGB Variations
Color information
#ABA74C (or 0xABA74C) is known color: Brass. HEX triplet: AB, A7 and 4C. RGB value is (171,167,76). Sum of RGB (Red+Green+Blue) = 171+167+76=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA74C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA74C is #5458B3. Grayscale: #9E9E9E. Windows color (decimal): -5527732 or 5023659. OLE color: 5023659.
HSL color Cylindrical-coordinate representation of color #ABA74C: hue angle of 57.47º 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 #ABA74C is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 76 | - |
| CMYK | 0 | 0.02 | 0.56 | 0.33 |
| HSL | 57.47º | 0.38% | 0.48% | - |
| HSV(B) | 57.47º | 0.56% | 0.67% | - |
| XYZ | 31.92 | 36.82 | 12.26 | - |
| YUV | 157.82 | 81.83 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 76 | 0 | 0.02 | 0.56 | 0.33 | 57.47 | 0.38 | 0.48 |
| Hex | AB | A7 | 4C | 0 | 2 | 38 | 21 | 39 | 26 | 30 |
| Octal | 253 | 247 | 114 | 0 | 2 | 70 | 41 | 71 | 46 | 60 |
| Binary | 10101011 | 10100111 | 1001100 | 0 | 10 | 111000 | 100001 | 111001 | 100110 | 110000 |
Color Harmonies of #ABA74C
Complementary color
Monochromatic Colors of #ABA74C
Black with #ABA74C
Text Example
Text Example
White with #ABA74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA74C; }
p { color: rgb(171,167,76); }
H1.HeaderClassName
{
color: #ABA74C;
}
.AnyTagClassName
{
color: #ABA74C;
}
</style>
background-color css
<style>
a { background-color: #ABA74C; }
a { background-color: rgb(171,167,76); }
div.DivClassName
{
background-color: #ABA74C;
}
.BgClassName
{
background-color: #ABA74C;
}
</style>
border-color css
<style>
span { border-color: #ABA74C; }
span { border-color: rgb(171,167,76); }
td.TdClassName
{
border-color: #ABA74C;
}
.TagClassName
{
border-color: #ABA74C;
}
</style>