Shades of Brass #ABA243
Tints of Brass #ABA243
RGB
CMYK
RGB Variations
Color information
#ABA243 (or 0xABA243) is known color: Brass. HEX triplet: AB, A2 and 43. RGB value is (171,162,67). Sum of RGB (Red+Green+Blue) = 171+162+67=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA243 is #545DBC. Grayscale: #9A9A9A. Windows color (decimal): -5529021 or 4432555. OLE color: 4432555.
HSL color Cylindrical-coordinate representation of color #ABA243: hue angle of 54.81º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABA243 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 67 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.33 |
| HSL | 54.81º | 0.44% | 0.47% | - |
| HSV(B) | 54.81º | 0.61% | 0.67% | - |
| XYZ | 30.73 | 34.9 | 10.43 | - |
| YUV | 153.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 67 | 0 | 0.05 | 0.61 | 0.33 | 54.81 | 0.44 | 0.47 |
| Hex | AB | A2 | 43 | 0 | 5 | 3D | 21 | 37 | 2C | 2F |
| Octal | 253 | 242 | 103 | 0 | 5 | 75 | 41 | 67 | 54 | 57 |
| Binary | 10101011 | 10100010 | 1000011 | 0 | 101 | 111101 | 100001 | 110111 | 101100 | 101111 |
Color Harmonies of #ABA243
Complementary color
Monochromatic Colors of #ABA243
Black with #ABA243
Text Example
Text Example
White with #ABA243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA243; }
p { color: rgb(171,162,67); }
H1.HeaderClassName
{
color: #ABA243;
}
.AnyTagClassName
{
color: #ABA243;
}
</style>
background-color css
<style>
a { background-color: #ABA243; }
a { background-color: rgb(171,162,67); }
div.DivClassName
{
background-color: #ABA243;
}
.BgClassName
{
background-color: #ABA243;
}
</style>
border-color css
<style>
span { border-color: #ABA243; }
span { border-color: rgb(171,162,67); }
td.TdClassName
{
border-color: #ABA243;
}
.TagClassName
{
border-color: #ABA243;
}
</style>