Shades of Brass #ABA143
Tints of Brass #ABA143
RGB
CMYK
RGB Variations
Color information
#ABA143 (or 0xABA143) is known color: Brass. HEX triplet: AB, A1 and 43. RGB value is (171,161,67). Sum of RGB (Red+Green+Blue) = 171+161+67=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA143 is #545EBC. Grayscale: #999999. Windows color (decimal): -5529277 or 4432299. OLE color: 4432299.
HSL color Cylindrical-coordinate representation of color #ABA143: hue angle of 54.23º 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 #ABA143 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 161 | 67 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.33 |
| HSL | 54.23º | 0.44% | 0.47% | - |
| HSV(B) | 54.23º | 0.61% | 0.67% | - |
| XYZ | 30.55 | 34.55 | 10.37 | - |
| YUV | 153.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 161 | 67 | 0 | 0.06 | 0.61 | 0.33 | 54.23 | 0.44 | 0.47 |
| Hex | AB | A1 | 43 | 0 | 6 | 3D | 21 | 36 | 2C | 2F |
| Octal | 253 | 241 | 103 | 0 | 6 | 75 | 41 | 66 | 54 | 57 |
| Binary | 10101011 | 10100001 | 1000011 | 0 | 110 | 111101 | 100001 | 110110 | 101100 | 101111 |
Color Harmonies of #ABA143
Complementary color
Monochromatic Colors of #ABA143
Black with #ABA143
Text Example
Text Example
White with #ABA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA143; }
p { color: rgb(171,161,67); }
H1.HeaderClassName
{
color: #ABA143;
}
.AnyTagClassName
{
color: #ABA143;
}
</style>
background-color css
<style>
a { background-color: #ABA143; }
a { background-color: rgb(171,161,67); }
div.DivClassName
{
background-color: #ABA143;
}
.BgClassName
{
background-color: #ABA143;
}
</style>
border-color css
<style>
span { border-color: #ABA143; }
span { border-color: rgb(171,161,67); }
td.TdClassName
{
border-color: #ABA143;
}
.TagClassName
{
border-color: #ABA143;
}
</style>