Shades of Brass #ABA336
Tints of Brass #ABA336
RGB
CMYK
RGB Variations
Color information
#ABA336 (or 0xABA336) is known color: Brass. HEX triplet: AB, A3 and 36. RGB value is (171,163,54). Sum of RGB (Red+Green+Blue) = 171+163+54=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA336 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA336 is #545CC9. Grayscale: #999999. Windows color (decimal): -5528778 or 3580843. OLE color: 3580843.
HSL color Cylindrical-coordinate representation of color #ABA336: hue angle of 55.9º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABA336 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 54 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.33 |
| HSL | 55.9º | 0.52% | 0.44% | - |
| HSV(B) | 55.9º | 0.68% | 0.67% | - |
| XYZ | 30.56 | 35.12 | 8.66 | - |
| YUV | 152.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 54 | 0 | 0.05 | 0.68 | 0.33 | 55.9 | 0.52 | 0.44 |
| Hex | AB | A3 | 36 | 0 | 5 | 44 | 21 | 38 | 34 | 2C |
| Octal | 253 | 243 | 66 | 0 | 5 | 104 | 41 | 70 | 64 | 54 |
| Binary | 10101011 | 10100011 | 110110 | 0 | 101 | 1000100 | 100001 | 111000 | 110100 | 101100 |
Color Harmonies of #ABA336
Complementary color
Monochromatic Colors of #ABA336
Black with #ABA336
Text Example
Text Example
White with #ABA336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA336; }
p { color: rgb(171,163,54); }
H1.HeaderClassName
{
color: #ABA336;
}
.AnyTagClassName
{
color: #ABA336;
}
</style>
background-color css
<style>
a { background-color: #ABA336; }
a { background-color: rgb(171,163,54); }
div.DivClassName
{
background-color: #ABA336;
}
.BgClassName
{
background-color: #ABA336;
}
</style>
border-color css
<style>
span { border-color: #ABA336; }
span { border-color: rgb(171,163,54); }
td.TdClassName
{
border-color: #ABA336;
}
.TagClassName
{
border-color: #ABA336;
}
</style>