Shades of Brass #ADA237
Tints of Brass #ADA237
RGB
CMYK
RGB Variations
Color information
#ADA237 (or 0xADA237) is known color: Brass. HEX triplet: AD, A2 and 37. RGB value is (173,162,55). Sum of RGB (Red+Green+Blue) = 173+162+55=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA237 is #525DC8. Grayscale: #999999. Windows color (decimal): -5397961 or 3646125. OLE color: 3646125.
HSL color Cylindrical-coordinate representation of color #ADA237: hue angle of 54.41º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADA237 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 55 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.32 |
| HSL | 54.41º | 0.52% | 0.45% | - |
| HSV(B) | 54.41º | 0.68% | 0.68% | - |
| XYZ | 30.84 | 35 | 8.74 | - |
| YUV | 153.09 | 72.64 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 55 | 0 | 0.06 | 0.68 | 0.32 | 54.41 | 0.52 | 0.45 |
| Hex | AD | A2 | 37 | 0 | 6 | 44 | 20 | 36 | 34 | 2D |
| Octal | 255 | 242 | 67 | 0 | 6 | 104 | 40 | 66 | 64 | 55 |
| Binary | 10101101 | 10100010 | 110111 | 0 | 110 | 1000100 | 100000 | 110110 | 110100 | 101101 |
Color Harmonies of #ADA237
Complementary color
Monochromatic Colors of #ADA237
Black with #ADA237
Text Example
Text Example
White with #ADA237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA237; }
p { color: rgb(173,162,55); }
H1.HeaderClassName
{
color: #ADA237;
}
.AnyTagClassName
{
color: #ADA237;
}
</style>
background-color css
<style>
a { background-color: #ADA237; }
a { background-color: rgb(173,162,55); }
div.DivClassName
{
background-color: #ADA237;
}
.BgClassName
{
background-color: #ADA237;
}
</style>
border-color css
<style>
span { border-color: #ADA237; }
span { border-color: rgb(173,162,55); }
td.TdClassName
{
border-color: #ADA237;
}
.TagClassName
{
border-color: #ADA237;
}
</style>