Shades of Brass #ABA245
Tints of Brass #ABA245
RGB
CMYK
RGB Variations
Color information
#ABA245 (or 0xABA245) is known color: Brass. HEX triplet: AB, A2 and 45. RGB value is (171,162,69). Sum of RGB (Red+Green+Blue) = 171+162+69=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA245 is #545DBA. Grayscale: #9A9A9A. Windows color (decimal): -5529019 or 4563627. OLE color: 4563627.
HSL color Cylindrical-coordinate representation of color #ABA245: hue angle of 54.71º 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 #ABA245 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 69 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.33 |
| HSL | 54.71º | 0.43% | 0.47% | - |
| HSV(B) | 54.71º | 0.6% | 0.67% | - |
| XYZ | 30.79 | 34.93 | 10.75 | - |
| YUV | 154.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 69 | 0 | 0.05 | 0.60 | 0.33 | 54.71 | 0.43 | 0.47 |
| Hex | AB | A2 | 45 | 0 | 5 | 3C | 21 | 37 | 2A | 2F |
| Octal | 253 | 242 | 105 | 0 | 5 | 74 | 41 | 67 | 52 | 57 |
| Binary | 10101011 | 10100010 | 1000101 | 0 | 101 | 111100 | 100001 | 110111 | 101010 | 101111 |
Color Harmonies of #ABA245
Complementary color
Monochromatic Colors of #ABA245
Black with #ABA245
Text Example
Text Example
White with #ABA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA245; }
p { color: rgb(171,162,69); }
H1.HeaderClassName
{
color: #ABA245;
}
.AnyTagClassName
{
color: #ABA245;
}
</style>
background-color css
<style>
a { background-color: #ABA245; }
a { background-color: rgb(171,162,69); }
div.DivClassName
{
background-color: #ABA245;
}
.BgClassName
{
background-color: #ABA245;
}
</style>
border-color css
<style>
span { border-color: #ABA245; }
span { border-color: rgb(171,162,69); }
td.TdClassName
{
border-color: #ABA245;
}
.TagClassName
{
border-color: #ABA245;
}
</style>