Shades of Brass #ABA436
Tints of Brass #ABA436
RGB
CMYK
RGB Variations
Color information
#ABA436 (or 0xABA436) is known color: Brass. HEX triplet: AB, A4 and 36. RGB value is (171,164,54). Sum of RGB (Red+Green+Blue) = 171+164+54=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA436 is #545BC9. Grayscale: #9A9A9A. Windows color (decimal): -5528522 or 3581099. OLE color: 3581099.
HSL color Cylindrical-coordinate representation of color #ABA436: hue angle of 56.41º 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 #ABA436 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 54 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.33 |
| HSL | 56.41º | 0.52% | 0.44% | - |
| HSV(B) | 56.41º | 0.68% | 0.67% | - |
| XYZ | 30.74 | 35.48 | 8.72 | - |
| YUV | 153.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 54 | 0 | 0.04 | 0.68 | 0.33 | 56.41 | 0.52 | 0.44 |
| Hex | AB | A4 | 36 | 0 | 4 | 44 | 21 | 38 | 34 | 2C |
| Octal | 253 | 244 | 66 | 0 | 4 | 104 | 41 | 70 | 64 | 54 |
| Binary | 10101011 | 10100100 | 110110 | 0 | 100 | 1000100 | 100001 | 111000 | 110100 | 101100 |
Color Harmonies of #ABA436
Complementary color
Monochromatic Colors of #ABA436
Black with #ABA436
Text Example
Text Example
White with #ABA436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA436; }
p { color: rgb(171,164,54); }
H1.HeaderClassName
{
color: #ABA436;
}
.AnyTagClassName
{
color: #ABA436;
}
</style>
background-color css
<style>
a { background-color: #ABA436; }
a { background-color: rgb(171,164,54); }
div.DivClassName
{
background-color: #ABA436;
}
.BgClassName
{
background-color: #ABA436;
}
</style>
border-color css
<style>
span { border-color: #ABA436; }
span { border-color: rgb(171,164,54); }
td.TdClassName
{
border-color: #ABA436;
}
.TagClassName
{
border-color: #ABA436;
}
</style>