Shades of Brass #ADA53A
Tints of Brass #ADA53A
RGB
CMYK
RGB Variations
Color information
#ADA53A (or 0xADA53A) is known color: Brass. HEX triplet: AD, A5 and 3A. RGB value is (173,165,58). Sum of RGB (Red+Green+Blue) = 173+165+58=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA53A is #525AC5. Grayscale: #9B9B9B. Windows color (decimal): -5397190 or 3843501. OLE color: 3843501.
HSL color Cylindrical-coordinate representation of color #ADA53A: hue angle of 55.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADA53A is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 58 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.32 |
| HSL | 55.83º | 0.5% | 0.45% | - |
| HSV(B) | 55.83º | 0.66% | 0.68% | - |
| XYZ | 31.45 | 36.1 | 9.31 | - |
| YUV | 155.19 | 73.15 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 58 | 0 | 0.05 | 0.66 | 0.32 | 55.83 | 0.5 | 0.45 |
| Hex | AD | A5 | 3A | 0 | 5 | 42 | 20 | 38 | 32 | 2D |
| Octal | 255 | 245 | 72 | 0 | 5 | 102 | 40 | 70 | 62 | 55 |
| Binary | 10101101 | 10100101 | 111010 | 0 | 101 | 1000010 | 100000 | 111000 | 110010 | 101101 |
Color Harmonies of #ADA53A
Complementary color
Monochromatic Colors of #ADA53A
Black with #ADA53A
Text Example
Text Example
White with #ADA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA53A; }
p { color: rgb(173,165,58); }
H1.HeaderClassName
{
color: #ADA53A;
}
.AnyTagClassName
{
color: #ADA53A;
}
</style>
background-color css
<style>
a { background-color: #ADA53A; }
a { background-color: rgb(173,165,58); }
div.DivClassName
{
background-color: #ADA53A;
}
.BgClassName
{
background-color: #ADA53A;
}
</style>
border-color css
<style>
span { border-color: #ADA53A; }
span { border-color: rgb(173,165,58); }
td.TdClassName
{
border-color: #ADA53A;
}
.TagClassName
{
border-color: #ADA53A;
}
</style>