Shades of Brass #ABA44D
Tints of Brass #ABA44D
RGB
CMYK
RGB Variations
Color information
#ABA44D (or 0xABA44D) is known color: Brass. HEX triplet: AB, A4 and 4D. RGB value is (171,164,77). Sum of RGB (Red+Green+Blue) = 171+164+77=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA44D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA44D is #545BB2. Grayscale: #9C9C9C. Windows color (decimal): -5528499 or 5088427. OLE color: 5088427.
HSL color Cylindrical-coordinate representation of color #ABA44D: hue angle of 55.53º 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 #ABA44D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 77 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.33 |
| HSL | 55.53º | 0.38% | 0.49% | - |
| HSV(B) | 55.53º | 0.55% | 0.67% | - |
| XYZ | 31.41 | 35.74 | 12.27 | - |
| YUV | 156.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 77 | 0 | 0.04 | 0.55 | 0.33 | 55.53 | 0.38 | 0.49 |
| Hex | AB | A4 | 4D | 0 | 4 | 37 | 21 | 38 | 26 | 31 |
| Octal | 253 | 244 | 115 | 0 | 4 | 67 | 41 | 70 | 46 | 61 |
| Binary | 10101011 | 10100100 | 1001101 | 0 | 100 | 110111 | 100001 | 111000 | 100110 | 110001 |
Color Harmonies of #ABA44D
Complementary color
Monochromatic Colors of #ABA44D
Black with #ABA44D
Text Example
Text Example
White with #ABA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA44D; }
p { color: rgb(171,164,77); }
H1.HeaderClassName
{
color: #ABA44D;
}
.AnyTagClassName
{
color: #ABA44D;
}
</style>
background-color css
<style>
a { background-color: #ABA44D; }
a { background-color: rgb(171,164,77); }
div.DivClassName
{
background-color: #ABA44D;
}
.BgClassName
{
background-color: #ABA44D;
}
</style>
border-color css
<style>
span { border-color: #ABA44D; }
span { border-color: rgb(171,164,77); }
td.TdClassName
{
border-color: #ABA44D;
}
.TagClassName
{
border-color: #ABA44D;
}
</style>