Shades of Brass #ADA63D
Tints of Brass #ADA63D
RGB
CMYK
RGB Variations
Color information
#ADA63D (or 0xADA63D) is known color: Brass. HEX triplet: AD, A6 and 3D. RGB value is (173,166,61). Sum of RGB (Red+Green+Blue) = 173+166+61=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA63D is #5259C2. Grayscale: #9C9C9C. Windows color (decimal): -5396931 or 4040365. OLE color: 4040365.
HSL color Cylindrical-coordinate representation of color #ADA63D: hue angle of 56.25º 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 #ADA63D is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 166 | 61 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.32 |
| HSL | 56.25º | 0.48% | 0.46% | - |
| HSV(B) | 56.25º | 0.65% | 0.68% | - |
| XYZ | 31.71 | 36.49 | 9.79 | - |
| YUV | 156.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 61 | 0 | 0.04 | 0.65 | 0.32 | 56.25 | 0.48 | 0.46 |
| Hex | AD | A6 | 3D | 0 | 4 | 41 | 20 | 38 | 30 | 2E |
| Octal | 255 | 246 | 75 | 0 | 4 | 101 | 40 | 70 | 60 | 56 |
| Binary | 10101101 | 10100110 | 111101 | 0 | 100 | 1000001 | 100000 | 111000 | 110000 | 101110 |
Color Harmonies of #ADA63D
Complementary color
Monochromatic Colors of #ADA63D
Black with #ADA63D
Text Example
Text Example
White with #ADA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA63D; }
p { color: rgb(173,166,61); }
H1.HeaderClassName
{
color: #ADA63D;
}
.AnyTagClassName
{
color: #ADA63D;
}
</style>
background-color css
<style>
a { background-color: #ADA63D; }
a { background-color: rgb(173,166,61); }
div.DivClassName
{
background-color: #ADA63D;
}
.BgClassName
{
background-color: #ADA63D;
}
</style>
border-color css
<style>
span { border-color: #ADA63D; }
span { border-color: rgb(173,166,61); }
td.TdClassName
{
border-color: #ADA63D;
}
.TagClassName
{
border-color: #ADA63D;
}
</style>