Shades of Brass #ADA235
Tints of Brass #ADA235
RGB
CMYK
RGB Variations
Color information
#ADA235 (or 0xADA235) is known color: Brass. HEX triplet: AD, A2 and 35. RGB value is (173,162,53). Sum of RGB (Red+Green+Blue) = 173+162+53=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA235 is #525DCA. Grayscale: #999999. Windows color (decimal): -5397963 or 3515053. OLE color: 3515053.
HSL color Cylindrical-coordinate representation of color #ADA235: hue angle of 54.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADA235 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 53 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.32 |
| HSL | 54.5º | 0.53% | 0.44% | - |
| HSV(B) | 54.5º | 0.69% | 0.68% | - |
| XYZ | 30.8 | 34.98 | 8.5 | - |
| YUV | 152.86 | 71.64 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 53 | 0 | 0.06 | 0.69 | 0.32 | 54.5 | 0.53 | 0.44 |
| Hex | AD | A2 | 35 | 0 | 6 | 45 | 20 | 36 | 35 | 2C |
| Octal | 255 | 242 | 65 | 0 | 6 | 105 | 40 | 66 | 65 | 54 |
| Binary | 10101101 | 10100010 | 110101 | 0 | 110 | 1000101 | 100000 | 110110 | 110101 | 101100 |
Color Harmonies of #ADA235
Complementary color
Monochromatic Colors of #ADA235
Black with #ADA235
Text Example
Text Example
White with #ADA235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA235; }
p { color: rgb(173,162,53); }
H1.HeaderClassName
{
color: #ADA235;
}
.AnyTagClassName
{
color: #ADA235;
}
</style>
background-color css
<style>
a { background-color: #ADA235; }
a { background-color: rgb(173,162,53); }
div.DivClassName
{
background-color: #ADA235;
}
.BgClassName
{
background-color: #ADA235;
}
</style>
border-color css
<style>
span { border-color: #ADA235; }
span { border-color: rgb(173,162,53); }
td.TdClassName
{
border-color: #ADA235;
}
.TagClassName
{
border-color: #ADA235;
}
</style>