Shades of Brass #ABA542
Tints of Brass #ABA542
RGB
CMYK
RGB Variations
Color information
#ABA542 (or 0xABA542) is known color: Brass. HEX triplet: AB, A5 and 42. RGB value is (171,165,66). Sum of RGB (Red+Green+Blue) = 171+165+66=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA542 is #545ABD. Grayscale: #9B9B9B. Windows color (decimal): -5528254 or 4367787. OLE color: 4367787.
HSL color Cylindrical-coordinate representation of color #ABA542: hue angle of 56.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABA542 is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 165 | 66 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.33 |
| HSL | 56.57º | 0.44% | 0.46% | - |
| HSV(B) | 56.57º | 0.61% | 0.67% | - |
| XYZ | 31.23 | 35.96 | 10.45 | - |
| YUV | 155.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 66 | 0 | 0.04 | 0.61 | 0.33 | 56.57 | 0.44 | 0.46 |
| Hex | AB | A5 | 42 | 0 | 4 | 3D | 21 | 39 | 2C | 2E |
| Octal | 253 | 245 | 102 | 0 | 4 | 75 | 41 | 71 | 54 | 56 |
| Binary | 10101011 | 10100101 | 1000010 | 0 | 100 | 111101 | 100001 | 111001 | 101100 | 101110 |
Color Harmonies of #ABA542
Complementary color
Monochromatic Colors of #ABA542
Black with #ABA542
Text Example
Text Example
White with #ABA542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA542; }
p { color: rgb(171,165,66); }
H1.HeaderClassName
{
color: #ABA542;
}
.AnyTagClassName
{
color: #ABA542;
}
</style>
background-color css
<style>
a { background-color: #ABA542; }
a { background-color: rgb(171,165,66); }
div.DivClassName
{
background-color: #ABA542;
}
.BgClassName
{
background-color: #ABA542;
}
</style>
border-color css
<style>
span { border-color: #ABA542; }
span { border-color: rgb(171,165,66); }
td.TdClassName
{
border-color: #ABA542;
}
.TagClassName
{
border-color: #ABA542;
}
</style>