Shades of Brass #ABA74D
Tints of Brass #ABA74D
RGB
CMYK
RGB Variations
Color information
#ABA74D (or 0xABA74D) is known color: Brass. HEX triplet: AB, A7 and 4D. RGB value is (171,167,77). Sum of RGB (Red+Green+Blue) = 171+167+77=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA74D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA74D is #5458B2. Grayscale: #9E9E9E. Windows color (decimal): -5527731 or 5089195. OLE color: 5089195.
HSL color Cylindrical-coordinate representation of color #ABA74D: hue angle of 57.45º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABA74D is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 167 | 77 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.33 |
| HSL | 57.45º | 0.38% | 0.49% | - |
| HSV(B) | 57.45º | 0.55% | 0.67% | - |
| XYZ | 31.95 | 36.83 | 12.45 | - |
| YUV | 157.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 167 | 77 | 0 | 0.02 | 0.55 | 0.33 | 57.45 | 0.38 | 0.49 |
| Hex | AB | A7 | 4D | 0 | 2 | 37 | 21 | 39 | 26 | 31 |
| Octal | 253 | 247 | 115 | 0 | 2 | 67 | 41 | 71 | 46 | 61 |
| Binary | 10101011 | 10100111 | 1001101 | 0 | 10 | 110111 | 100001 | 111001 | 100110 | 110001 |
Color Harmonies of #ABA74D
Complementary color
Monochromatic Colors of #ABA74D
Black with #ABA74D
Text Example
Text Example
White with #ABA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA74D; }
p { color: rgb(171,167,77); }
H1.HeaderClassName
{
color: #ABA74D;
}
.AnyTagClassName
{
color: #ABA74D;
}
</style>
background-color css
<style>
a { background-color: #ABA74D; }
a { background-color: rgb(171,167,77); }
div.DivClassName
{
background-color: #ABA74D;
}
.BgClassName
{
background-color: #ABA74D;
}
</style>
border-color css
<style>
span { border-color: #ABA74D; }
span { border-color: rgb(171,167,77); }
td.TdClassName
{
border-color: #ABA74D;
}
.TagClassName
{
border-color: #ABA74D;
}
</style>