Shades of Brass #ABA24D
Tints of Brass #ABA24D
RGB
CMYK
RGB Variations
Color information
#ABA24D (or 0xABA24D) is known color: Brass. HEX triplet: AB, A2 and 4D. RGB value is (171,162,77). Sum of RGB (Red+Green+Blue) = 171+162+77=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA24D is #545DB2. Grayscale: #9B9B9B. Windows color (decimal): -5529011 or 5087915. OLE color: 5087915.
HSL color Cylindrical-coordinate representation of color #ABA24D: hue angle of 54.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABA24D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 162 | 77 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.33 |
| HSL | 54.26º | 0.38% | 0.49% | - |
| HSV(B) | 54.26º | 0.55% | 0.67% | - |
| XYZ | 31.05 | 35.03 | 12.15 | - |
| YUV | 155 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 77 | 0 | 0.05 | 0.55 | 0.33 | 54.26 | 0.38 | 0.49 |
| Hex | AB | A2 | 4D | 0 | 5 | 37 | 21 | 36 | 26 | 31 |
| Octal | 253 | 242 | 115 | 0 | 5 | 67 | 41 | 66 | 46 | 61 |
| Binary | 10101011 | 10100010 | 1001101 | 0 | 101 | 110111 | 100001 | 110110 | 100110 | 110001 |
Color Harmonies of #ABA24D
Complementary color
Monochromatic Colors of #ABA24D
Black with #ABA24D
Text Example
Text Example
White with #ABA24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA24D; }
p { color: rgb(171,162,77); }
H1.HeaderClassName
{
color: #ABA24D;
}
.AnyTagClassName
{
color: #ABA24D;
}
</style>
background-color css
<style>
a { background-color: #ABA24D; }
a { background-color: rgb(171,162,77); }
div.DivClassName
{
background-color: #ABA24D;
}
.BgClassName
{
background-color: #ABA24D;
}
</style>
border-color css
<style>
span { border-color: #ABA24D; }
span { border-color: rgb(171,162,77); }
td.TdClassName
{
border-color: #ABA24D;
}
.TagClassName
{
border-color: #ABA24D;
}
</style>