Shades of Brass #ABA345
Tints of Brass #ABA345
RGB
CMYK
RGB Variations
Color information
#ABA345 (or 0xABA345) is known color: Brass. HEX triplet: AB, A3 and 45. RGB value is (171,163,69). Sum of RGB (Red+Green+Blue) = 171+163+69=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA345 is #545CBA. Grayscale: #9B9B9B. Windows color (decimal): -5528763 or 4563883. OLE color: 4563883.
HSL color Cylindrical-coordinate representation of color #ABA345: hue angle of 55.29º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABA345 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 69 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.33 |
| HSL | 55.29º | 0.43% | 0.47% | - |
| HSV(B) | 55.29º | 0.6% | 0.67% | - |
| XYZ | 30.97 | 35.28 | 10.81 | - |
| YUV | 154.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 69 | 0 | 0.05 | 0.60 | 0.33 | 55.29 | 0.43 | 0.47 |
| Hex | AB | A3 | 45 | 0 | 5 | 3C | 21 | 37 | 2A | 2F |
| Octal | 253 | 243 | 105 | 0 | 5 | 74 | 41 | 67 | 52 | 57 |
| Binary | 10101011 | 10100011 | 1000101 | 0 | 101 | 111100 | 100001 | 110111 | 101010 | 101111 |
Color Harmonies of #ABA345
Complementary color
Monochromatic Colors of #ABA345
Black with #ABA345
Text Example
Text Example
White with #ABA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA345; }
p { color: rgb(171,163,69); }
H1.HeaderClassName
{
color: #ABA345;
}
.AnyTagClassName
{
color: #ABA345;
}
</style>
background-color css
<style>
a { background-color: #ABA345; }
a { background-color: rgb(171,163,69); }
div.DivClassName
{
background-color: #ABA345;
}
.BgClassName
{
background-color: #ABA345;
}
</style>
border-color css
<style>
span { border-color: #ABA345; }
span { border-color: rgb(171,163,69); }
td.TdClassName
{
border-color: #ABA345;
}
.TagClassName
{
border-color: #ABA345;
}
</style>