Shades of Brass #ADA53C
Tints of Brass #ADA53C
RGB
CMYK
RGB Variations
Color information
#ADA53C (or 0xADA53C) is known color: Brass. HEX triplet: AD, A5 and 3C. RGB value is (173,165,60). Sum of RGB (Red+Green+Blue) = 173+165+60=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA53C is #525AC3. Grayscale: #9B9B9B. Windows color (decimal): -5397188 or 3974573. OLE color: 3974573.
HSL color Cylindrical-coordinate representation of color #ADA53C: hue angle of 55.75º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADA53C is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 60 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.32 |
| HSL | 55.75º | 0.48% | 0.46% | - |
| HSV(B) | 55.75º | 0.65% | 0.68% | - |
| XYZ | 31.5 | 36.12 | 9.59 | - |
| YUV | 155.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 60 | 0 | 0.05 | 0.65 | 0.32 | 55.75 | 0.48 | 0.46 |
| Hex | AD | A5 | 3C | 0 | 5 | 41 | 20 | 38 | 30 | 2E |
| Octal | 255 | 245 | 74 | 0 | 5 | 101 | 40 | 70 | 60 | 56 |
| Binary | 10101101 | 10100101 | 111100 | 0 | 101 | 1000001 | 100000 | 111000 | 110000 | 101110 |
Color Harmonies of #ADA53C
Complementary color
Monochromatic Colors of #ADA53C
Black with #ADA53C
Text Example
Text Example
White with #ADA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA53C; }
p { color: rgb(173,165,60); }
H1.HeaderClassName
{
color: #ADA53C;
}
.AnyTagClassName
{
color: #ADA53C;
}
</style>
background-color css
<style>
a { background-color: #ADA53C; }
a { background-color: rgb(173,165,60); }
div.DivClassName
{
background-color: #ADA53C;
}
.BgClassName
{
background-color: #ADA53C;
}
</style>
border-color css
<style>
span { border-color: #ADA53C; }
span { border-color: rgb(173,165,60); }
td.TdClassName
{
border-color: #ADA53C;
}
.TagClassName
{
border-color: #ADA53C;
}
</style>