Shades of Brass #ABA445
Tints of Brass #ABA445
RGB
CMYK
RGB Variations
Color information
#ABA445 (or 0xABA445) is known color: Brass. HEX triplet: AB, A4 and 45. RGB value is (171,164,69). Sum of RGB (Red+Green+Blue) = 171+164+69=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA445 is #545BBA. Grayscale: #9B9B9B. Windows color (decimal): -5528507 or 4564139. OLE color: 4564139.
HSL color Cylindrical-coordinate representation of color #ABA445: hue angle of 55.88º 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 #ABA445 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 164 | 69 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.33 |
| HSL | 55.88º | 0.43% | 0.47% | - |
| HSV(B) | 55.88º | 0.6% | 0.67% | - |
| XYZ | 31.14 | 35.64 | 10.87 | - |
| YUV | 155.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 164 | 69 | 0 | 0.04 | 0.60 | 0.33 | 55.88 | 0.43 | 0.47 |
| Hex | AB | A4 | 45 | 0 | 4 | 3C | 21 | 38 | 2A | 2F |
| Octal | 253 | 244 | 105 | 0 | 4 | 74 | 41 | 70 | 52 | 57 |
| Binary | 10101011 | 10100100 | 1000101 | 0 | 100 | 111100 | 100001 | 111000 | 101010 | 101111 |
Color Harmonies of #ABA445
Complementary color
Monochromatic Colors of #ABA445
Black with #ABA445
Text Example
Text Example
White with #ABA445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA445; }
p { color: rgb(171,164,69); }
H1.HeaderClassName
{
color: #ABA445;
}
.AnyTagClassName
{
color: #ABA445;
}
</style>
background-color css
<style>
a { background-color: #ABA445; }
a { background-color: rgb(171,164,69); }
div.DivClassName
{
background-color: #ABA445;
}
.BgClassName
{
background-color: #ABA445;
}
</style>
border-color css
<style>
span { border-color: #ABA445; }
span { border-color: rgb(171,164,69); }
td.TdClassName
{
border-color: #ABA445;
}
.TagClassName
{
border-color: #ABA445;
}
</style>