Shades of Brass #ABA64D
Tints of Brass #ABA64D
RGB
CMYK
RGB Variations
Color information
#ABA64D (or 0xABA64D) is known color: Brass. HEX triplet: AB, A6 and 4D. RGB value is (171,166,77). Sum of RGB (Red+Green+Blue) = 171+166+77=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA64D is #5459B2. Grayscale: #9D9D9D. Windows color (decimal): -5527987 or 5088939. OLE color: 5088939.
HSL color Cylindrical-coordinate representation of color #ABA64D: hue angle of 56.81º 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 #ABA64D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 77 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.33 |
| HSL | 56.81º | 0.38% | 0.49% | - |
| HSV(B) | 56.81º | 0.55% | 0.67% | - |
| XYZ | 31.77 | 36.47 | 12.39 | - |
| YUV | 157.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 77 | 0 | 0.03 | 0.55 | 0.33 | 56.81 | 0.38 | 0.49 |
| Hex | AB | A6 | 4D | 0 | 3 | 37 | 21 | 39 | 26 | 31 |
| Octal | 253 | 246 | 115 | 0 | 3 | 67 | 41 | 71 | 46 | 61 |
| Binary | 10101011 | 10100110 | 1001101 | 0 | 11 | 110111 | 100001 | 111001 | 100110 | 110001 |
Color Harmonies of #ABA64D
Complementary color
Monochromatic Colors of #ABA64D
Black with #ABA64D
Text Example
Text Example
White with #ABA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA64D; }
p { color: rgb(171,166,77); }
H1.HeaderClassName
{
color: #ABA64D;
}
.AnyTagClassName
{
color: #ABA64D;
}
</style>
background-color css
<style>
a { background-color: #ABA64D; }
a { background-color: rgb(171,166,77); }
div.DivClassName
{
background-color: #ABA64D;
}
.BgClassName
{
background-color: #ABA64D;
}
</style>
border-color css
<style>
span { border-color: #ABA64D; }
span { border-color: rgb(171,166,77); }
td.TdClassName
{
border-color: #ABA64D;
}
.TagClassName
{
border-color: #ABA64D;
}
</style>