Shades of Brass #ADA23F
Tints of Brass #ADA23F
RGB
CMYK
RGB Variations
Color information
#ADA23F (or 0xADA23F) is known color: Brass. HEX triplet: AD, A2 and 3F. RGB value is (173,162,63). Sum of RGB (Red+Green+Blue) = 173+162+63=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA23F is #525DC0. Grayscale: #9A9A9A. Windows color (decimal): -5397953 or 4170413. OLE color: 4170413.
HSL color Cylindrical-coordinate representation of color #ADA23F: hue angle of 54º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADA23F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 63 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.32 |
| HSL | 54º | 0.47% | 0.46% | - |
| HSV(B) | 54º | 0.64% | 0.68% | - |
| XYZ | 31.05 | 35.08 | 9.84 | - |
| YUV | 154 | 76.64 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 63 | 0 | 0.06 | 0.64 | 0.32 | 54 | 0.47 | 0.46 |
| Hex | AD | A2 | 3F | 0 | 6 | 40 | 20 | 36 | 2F | 2E |
| Octal | 255 | 242 | 77 | 0 | 6 | 100 | 40 | 66 | 57 | 56 |
| Binary | 10101101 | 10100010 | 111111 | 0 | 110 | 1000000 | 100000 | 110110 | 101111 | 101110 |
Color Harmonies of #ADA23F
Complementary color
Monochromatic Colors of #ADA23F
Black with #ADA23F
Text Example
Text Example
White with #ADA23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA23F; }
p { color: rgb(173,162,63); }
H1.HeaderClassName
{
color: #ADA23F;
}
.AnyTagClassName
{
color: #ADA23F;
}
</style>
background-color css
<style>
a { background-color: #ADA23F; }
a { background-color: rgb(173,162,63); }
div.DivClassName
{
background-color: #ADA23F;
}
.BgClassName
{
background-color: #ADA23F;
}
</style>
border-color css
<style>
span { border-color: #ADA23F; }
span { border-color: rgb(173,162,63); }
td.TdClassName
{
border-color: #ADA23F;
}
.TagClassName
{
border-color: #ADA23F;
}
</style>