Shades of Brass #ABA63C
Tints of Brass #ABA63C
RGB
CMYK
RGB Variations
Color information
#ABA63C (or 0xABA63C) is known color: Brass. HEX triplet: AB, A6 and 3C. RGB value is (171,166,60). Sum of RGB (Red+Green+Blue) = 171+166+60=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA63C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA63C is #5459C3. Grayscale: #9B9B9B. Windows color (decimal): -5528004 or 3974827. OLE color: 3974827.
HSL color Cylindrical-coordinate representation of color #ABA63C: hue angle of 57.3º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABA63C is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 166 | 60 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.33 |
| HSL | 57.3º | 0.48% | 0.45% | - |
| HSV(B) | 57.3º | 0.65% | 0.67% | - |
| XYZ | 31.25 | 36.26 | 9.63 | - |
| YUV | 155.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 60 | 0 | 0.03 | 0.65 | 0.33 | 57.3 | 0.48 | 0.45 |
| Hex | AB | A6 | 3C | 0 | 3 | 41 | 21 | 39 | 30 | 2D |
| Octal | 253 | 246 | 74 | 0 | 3 | 101 | 41 | 71 | 60 | 55 |
| Binary | 10101011 | 10100110 | 111100 | 0 | 11 | 1000001 | 100001 | 111001 | 110000 | 101101 |
Color Harmonies of #ABA63C
Complementary color
Monochromatic Colors of #ABA63C
Black with #ABA63C
Text Example
Text Example
White with #ABA63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA63C; }
p { color: rgb(171,166,60); }
H1.HeaderClassName
{
color: #ABA63C;
}
.AnyTagClassName
{
color: #ABA63C;
}
</style>
background-color css
<style>
a { background-color: #ABA63C; }
a { background-color: rgb(171,166,60); }
div.DivClassName
{
background-color: #ABA63C;
}
.BgClassName
{
background-color: #ABA63C;
}
</style>
border-color css
<style>
span { border-color: #ABA63C; }
span { border-color: rgb(171,166,60); }
td.TdClassName
{
border-color: #ABA63C;
}
.TagClassName
{
border-color: #ABA63C;
}
</style>