Shades of Brass #ADA136
Tints of Brass #ADA136
RGB
CMYK
RGB Variations
Color information
#ADA136 (or 0xADA136) is known color: Brass. HEX triplet: AD, A1 and 36. RGB value is (173,161,54). Sum of RGB (Red+Green+Blue) = 173+161+54=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA136 is #525EC9. Grayscale: #989898. Windows color (decimal): -5398218 or 3580333. OLE color: 3580333.
HSL color Cylindrical-coordinate representation of color #ADA136: hue angle of 53.95º 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 #ADA136 is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 161 | 54 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.32 |
| HSL | 53.95º | 0.52% | 0.45% | - |
| HSV(B) | 53.95º | 0.69% | 0.68% | - |
| XYZ | 30.64 | 34.64 | 8.56 | - |
| YUV | 152.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 161 | 54 | 0 | 0.07 | 0.69 | 0.32 | 53.95 | 0.52 | 0.45 |
| Hex | AD | A1 | 36 | 0 | 7 | 45 | 20 | 36 | 34 | 2D |
| Octal | 255 | 241 | 66 | 0 | 7 | 105 | 40 | 66 | 64 | 55 |
| Binary | 10101101 | 10100001 | 110110 | 0 | 111 | 1000101 | 100000 | 110110 | 110100 | 101101 |
Color Harmonies of #ADA136
Complementary color
Monochromatic Colors of #ADA136
Black with #ADA136
Text Example
Text Example
White with #ADA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA136; }
p { color: rgb(173,161,54); }
H1.HeaderClassName
{
color: #ADA136;
}
.AnyTagClassName
{
color: #ADA136;
}
</style>
background-color css
<style>
a { background-color: #ADA136; }
a { background-color: rgb(173,161,54); }
div.DivClassName
{
background-color: #ADA136;
}
.BgClassName
{
background-color: #ADA136;
}
</style>
border-color css
<style>
span { border-color: #ADA136; }
span { border-color: rgb(173,161,54); }
td.TdClassName
{
border-color: #ADA136;
}
.TagClassName
{
border-color: #ADA136;
}
</style>