Shades of Brass #ABA943
Tints of Brass #ABA943
RGB
CMYK
RGB Variations
Color information
#ABA943 (or 0xABA943) is known color: Brass. HEX triplet: AB, A9 and 43. RGB value is (171,169,67). Sum of RGB (Red+Green+Blue) = 171+169+67=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA943 is #5456BC. Grayscale: #9E9E9E. Windows color (decimal): -5527229 or 4434347. OLE color: 4434347.
HSL color Cylindrical-coordinate representation of color #ABA943: hue angle of 58.85º 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 #ABA943 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 169 | 67 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.33 |
| HSL | 58.85º | 0.44% | 0.47% | - |
| HSV(B) | 58.85º | 0.61% | 0.67% | - |
| XYZ | 32 | 37.44 | 10.85 | - |
| YUV | 157.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 169 | 67 | 0 | 0.01 | 0.61 | 0.33 | 58.85 | 0.44 | 0.47 |
| Hex | AB | A9 | 43 | 0 | 1 | 3D | 21 | 3B | 2C | 2F |
| Octal | 253 | 251 | 103 | 0 | 1 | 75 | 41 | 73 | 54 | 57 |
| Binary | 10101011 | 10101001 | 1000011 | 0 | 1 | 111101 | 100001 | 111011 | 101100 | 101111 |
Color Harmonies of #ABA943
Complementary color
Monochromatic Colors of #ABA943
Black with #ABA943
Text Example
Text Example
White with #ABA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA943; }
p { color: rgb(171,169,67); }
H1.HeaderClassName
{
color: #ABA943;
}
.AnyTagClassName
{
color: #ABA943;
}
</style>
background-color css
<style>
a { background-color: #ABA943; }
a { background-color: rgb(171,169,67); }
div.DivClassName
{
background-color: #ABA943;
}
.BgClassName
{
background-color: #ABA943;
}
</style>
border-color css
<style>
span { border-color: #ABA943; }
span { border-color: rgb(171,169,67); }
td.TdClassName
{
border-color: #ABA943;
}
.TagClassName
{
border-color: #ABA943;
}
</style>