Shades of Brass #ADA236
Tints of Brass #ADA236
RGB
CMYK
RGB Variations
Color information
#ADA236 (or 0xADA236) is known color: Brass. HEX triplet: AD, A2 and 36. RGB value is (173,162,54). Sum of RGB (Red+Green+Blue) = 173+162+54=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 162 (63.67% from 255 or 41.65% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA236 is #525DC9. Grayscale: #999999. Windows color (decimal): -5397962 or 3580589. OLE color: 3580589.
HSL color Cylindrical-coordinate representation of color #ADA236: hue angle of 54.45º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADA236 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 54 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.32 |
| HSL | 54.45º | 0.52% | 0.45% | - |
| HSV(B) | 54.45º | 0.69% | 0.68% | - |
| XYZ | 30.82 | 34.99 | 8.62 | - |
| YUV | 152.98 | 72.14 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 54 | 0 | 0.06 | 0.69 | 0.32 | 54.45 | 0.52 | 0.45 |
| Hex | AD | A2 | 36 | 0 | 6 | 45 | 20 | 36 | 34 | 2D |
| Octal | 255 | 242 | 66 | 0 | 6 | 105 | 40 | 66 | 64 | 55 |
| Binary | 10101101 | 10100010 | 110110 | 0 | 110 | 1000101 | 100000 | 110110 | 110100 | 101101 |
Color Harmonies of #ADA236
Complementary color
Monochromatic Colors of #ADA236
Black with #ADA236
Text Example
Text Example
White with #ADA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA236; }
p { color: rgb(173,162,54); }
H1.HeaderClassName
{
color: #ADA236;
}
.AnyTagClassName
{
color: #ADA236;
}
</style>
background-color css
<style>
a { background-color: #ADA236; }
a { background-color: rgb(173,162,54); }
div.DivClassName
{
background-color: #ADA236;
}
.BgClassName
{
background-color: #ADA236;
}
</style>
border-color css
<style>
span { border-color: #ADA236; }
span { border-color: rgb(173,162,54); }
td.TdClassName
{
border-color: #ADA236;
}
.TagClassName
{
border-color: #ADA236;
}
</style>