Shades of Brass #ABA540
Tints of Brass #ABA540
RGB
CMYK
RGB Variations
Color information
#ABA540 (or 0xABA540) is known color: Brass. HEX triplet: AB, A5 and 40. RGB value is (171,165,64). Sum of RGB (Red+Green+Blue) = 171+165+64=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA540 is #545ABF. Grayscale: #9B9B9B. Windows color (decimal): -5528256 or 4236715. OLE color: 4236715.
HSL color Cylindrical-coordinate representation of color #ABA540: hue angle of 56.64º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABA540 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 64 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.33 |
| HSL | 56.64º | 0.46% | 0.46% | - |
| HSV(B) | 56.64º | 0.63% | 0.67% | - |
| XYZ | 31.18 | 35.94 | 10.14 | - |
| YUV | 155.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 64 | 0 | 0.04 | 0.63 | 0.33 | 56.64 | 0.46 | 0.46 |
| Hex | AB | A5 | 40 | 0 | 4 | 3F | 21 | 39 | 2E | 2E |
| Octal | 253 | 245 | 100 | 0 | 4 | 77 | 41 | 71 | 56 | 56 |
| Binary | 10101011 | 10100101 | 1000000 | 0 | 100 | 111111 | 100001 | 111001 | 101110 | 101110 |
Color Harmonies of #ABA540
Complementary color
Monochromatic Colors of #ABA540
Black with #ABA540
Text Example
Text Example
White with #ABA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA540; }
p { color: rgb(171,165,64); }
H1.HeaderClassName
{
color: #ABA540;
}
.AnyTagClassName
{
color: #ABA540;
}
</style>
background-color css
<style>
a { background-color: #ABA540; }
a { background-color: rgb(171,165,64); }
div.DivClassName
{
background-color: #ABA540;
}
.BgClassName
{
background-color: #ABA540;
}
</style>
border-color css
<style>
span { border-color: #ABA540; }
span { border-color: rgb(171,165,64); }
td.TdClassName
{
border-color: #ABA540;
}
.TagClassName
{
border-color: #ABA540;
}
</style>