Shades of Brass #ADA63A
Tints of Brass #ADA63A
RGB
CMYK
RGB Variations
Color information
#ADA63A (or 0xADA63A) is known color: Brass. HEX triplet: AD, A6 and 3A. RGB value is (173,166,58). Sum of RGB (Red+Green+Blue) = 173+166+58=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 58 (23.05% from 255 or 14.61% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA63A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA63A is #5259C5. Grayscale: #9C9C9C. Windows color (decimal): -5396934 or 3843757. OLE color: 3843757.
HSL color Cylindrical-coordinate representation of color #ADA63A: hue angle of 56.35º 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 #ADA63A is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 58 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.32 |
| HSL | 56.35º | 0.5% | 0.45% | - |
| HSV(B) | 56.35º | 0.66% | 0.68% | - |
| XYZ | 31.63 | 36.46 | 9.37 | - |
| YUV | 155.78 | 72.82 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 58 | 0 | 0.04 | 0.66 | 0.32 | 56.35 | 0.5 | 0.45 |
| Hex | AD | A6 | 3A | 0 | 4 | 42 | 20 | 38 | 32 | 2D |
| Octal | 255 | 246 | 72 | 0 | 4 | 102 | 40 | 70 | 62 | 55 |
| Binary | 10101101 | 10100110 | 111010 | 0 | 100 | 1000010 | 100000 | 111000 | 110010 | 101101 |
Color Harmonies of #ADA63A
Complementary color
Monochromatic Colors of #ADA63A
Black with #ADA63A
Text Example
Text Example
White with #ADA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA63A; }
p { color: rgb(173,166,58); }
H1.HeaderClassName
{
color: #ADA63A;
}
.AnyTagClassName
{
color: #ADA63A;
}
</style>
background-color css
<style>
a { background-color: #ADA63A; }
a { background-color: rgb(173,166,58); }
div.DivClassName
{
background-color: #ADA63A;
}
.BgClassName
{
background-color: #ADA63A;
}
</style>
border-color css
<style>
span { border-color: #ADA63A; }
span { border-color: rgb(173,166,58); }
td.TdClassName
{
border-color: #ADA63A;
}
.TagClassName
{
border-color: #ADA63A;
}
</style>