Shades of Brass #ABA338
Tints of Brass #ABA338
RGB
CMYK
RGB Variations
Color information
#ABA338 (or 0xABA338) is known color: Brass. HEX triplet: AB, A3 and 38. RGB value is (171,163,56). Sum of RGB (Red+Green+Blue) = 171+163+56=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 56 (22.27% from 255 or 14.36% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA338 is #545CC7. Grayscale: #999999. Windows color (decimal): -5528776 or 3711915. OLE color: 3711915.
HSL color Cylindrical-coordinate representation of color #ABA338: hue angle of 55.83º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABA338 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 163 | 56 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.33 |
| HSL | 55.83º | 0.51% | 0.45% | - |
| HSV(B) | 55.83º | 0.67% | 0.67% | - |
| XYZ | 30.61 | 35.14 | 8.91 | - |
| YUV | 153.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 56 | 0 | 0.05 | 0.67 | 0.33 | 55.83 | 0.51 | 0.45 |
| Hex | AB | A3 | 38 | 0 | 5 | 43 | 21 | 38 | 33 | 2D |
| Octal | 253 | 243 | 70 | 0 | 5 | 103 | 41 | 70 | 63 | 55 |
| Binary | 10101011 | 10100011 | 111000 | 0 | 101 | 1000011 | 100001 | 111000 | 110011 | 101101 |
Color Harmonies of #ABA338
Complementary color
Monochromatic Colors of #ABA338
Black with #ABA338
Text Example
Text Example
White with #ABA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA338; }
p { color: rgb(171,163,56); }
H1.HeaderClassName
{
color: #ABA338;
}
.AnyTagClassName
{
color: #ABA338;
}
</style>
background-color css
<style>
a { background-color: #ABA338; }
a { background-color: rgb(171,163,56); }
div.DivClassName
{
background-color: #ABA338;
}
.BgClassName
{
background-color: #ABA338;
}
</style>
border-color css
<style>
span { border-color: #ABA338; }
span { border-color: rgb(171,163,56); }
td.TdClassName
{
border-color: #ABA338;
}
.TagClassName
{
border-color: #ABA338;
}
</style>