Shades of Brass #ABA33E
Tints of Brass #ABA33E
RGB
CMYK
RGB Variations
Color information
#ABA33E (or 0xABA33E) is known color: Brass. HEX triplet: AB, A3 and 3E. RGB value is (171,163,62). Sum of RGB (Red+Green+Blue) = 171+163+62=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 62 (24.61% from 255 or 15.66% from 396); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA33E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA33E is #545CC1. Grayscale: #9A9A9A. Windows color (decimal): -5528770 or 4105131. OLE color: 4105131.
HSL color Cylindrical-coordinate representation of color #ABA33E: hue angle of 55.6º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABA33E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 62 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.33 |
| HSL | 55.6º | 0.47% | 0.46% | - |
| HSV(B) | 55.6º | 0.64% | 0.67% | - |
| XYZ | 30.76 | 35.2 | 9.73 | - |
| YUV | 153.88 | 76.15 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 62 | 0 | 0.05 | 0.64 | 0.33 | 55.6 | 0.47 | 0.46 |
| Hex | AB | A3 | 3E | 0 | 5 | 40 | 21 | 38 | 2F | 2E |
| Octal | 253 | 243 | 76 | 0 | 5 | 100 | 41 | 70 | 57 | 56 |
| Binary | 10101011 | 10100011 | 111110 | 0 | 101 | 1000000 | 100001 | 111000 | 101111 | 101110 |
Color Harmonies of #ABA33E
Complementary color
Monochromatic Colors of #ABA33E
Black with #ABA33E
Text Example
Text Example
White with #ABA33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA33E; }
p { color: rgb(171,163,62); }
H1.HeaderClassName
{
color: #ABA33E;
}
.AnyTagClassName
{
color: #ABA33E;
}
</style>
background-color css
<style>
a { background-color: #ABA33E; }
a { background-color: rgb(171,163,62); }
div.DivClassName
{
background-color: #ABA33E;
}
.BgClassName
{
background-color: #ABA33E;
}
</style>
border-color css
<style>
span { border-color: #ABA33E; }
span { border-color: rgb(171,163,62); }
td.TdClassName
{
border-color: #ABA33E;
}
.TagClassName
{
border-color: #ABA33E;
}
</style>