Shades of Brass #ABA545
Tints of Brass #ABA545
RGB
CMYK
RGB Variations
Color information
#ABA545 (or 0xABA545) is known color: Brass. HEX triplet: AB, A5 and 45. RGB value is (171,165,69). Sum of RGB (Red+Green+Blue) = 171+165+69=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA545 is #545ABA. Grayscale: #9C9C9C. Windows color (decimal): -5528251 or 4564395. OLE color: 4564395.
HSL color Cylindrical-coordinate representation of color #ABA545: hue angle of 56.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA545 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 69 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.33 |
| HSL | 56.47º | 0.43% | 0.47% | - |
| HSV(B) | 56.47º | 0.6% | 0.67% | - |
| XYZ | 31.32 | 36 | 10.93 | - |
| YUV | 155.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 69 | 0 | 0.04 | 0.60 | 0.33 | 56.47 | 0.43 | 0.47 |
| Hex | AB | A5 | 45 | 0 | 4 | 3C | 21 | 38 | 2A | 2F |
| Octal | 253 | 245 | 105 | 0 | 4 | 74 | 41 | 70 | 52 | 57 |
| Binary | 10101011 | 10100101 | 1000101 | 0 | 100 | 111100 | 100001 | 111000 | 101010 | 101111 |
Color Harmonies of #ABA545
Complementary color
Monochromatic Colors of #ABA545
Black with #ABA545
Text Example
Text Example
White with #ABA545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA545; }
p { color: rgb(171,165,69); }
H1.HeaderClassName
{
color: #ABA545;
}
.AnyTagClassName
{
color: #ABA545;
}
</style>
background-color css
<style>
a { background-color: #ABA545; }
a { background-color: rgb(171,165,69); }
div.DivClassName
{
background-color: #ABA545;
}
.BgClassName
{
background-color: #ABA545;
}
</style>
border-color css
<style>
span { border-color: #ABA545; }
span { border-color: rgb(171,165,69); }
td.TdClassName
{
border-color: #ABA545;
}
.TagClassName
{
border-color: #ABA545;
}
</style>