Shades of Brass #ADA43E
Tints of Brass #ADA43E
RGB
CMYK
RGB Variations
Color information
#ADA43E (or 0xADA43E) is known color: Brass. HEX triplet: AD, A4 and 3E. RGB value is (173,164,62). Sum of RGB (Red+Green+Blue) = 173+164+62=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA43E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA43E is #525BC1. Grayscale: #9B9B9B. Windows color (decimal): -5397442 or 4105389. OLE color: 4105389.
HSL color Cylindrical-coordinate representation of color #ADA43E: hue angle of 55.14º 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 #ADA43E is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 164 | 62 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.32 |
| HSL | 55.14º | 0.47% | 0.46% | - |
| HSV(B) | 55.14º | 0.64% | 0.68% | - |
| XYZ | 31.38 | 35.78 | 9.81 | - |
| YUV | 155.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 62 | 0 | 0.05 | 0.64 | 0.32 | 55.14 | 0.47 | 0.46 |
| Hex | AD | A4 | 3E | 0 | 5 | 40 | 20 | 37 | 2F | 2E |
| Octal | 255 | 244 | 76 | 0 | 5 | 100 | 40 | 67 | 57 | 56 |
| Binary | 10101101 | 10100100 | 111110 | 0 | 101 | 1000000 | 100000 | 110111 | 101111 | 101110 |
Color Harmonies of #ADA43E
Complementary color
Monochromatic Colors of #ADA43E
Black with #ADA43E
Text Example
Text Example
White with #ADA43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA43E; }
p { color: rgb(173,164,62); }
H1.HeaderClassName
{
color: #ADA43E;
}
.AnyTagClassName
{
color: #ADA43E;
}
</style>
background-color css
<style>
a { background-color: #ADA43E; }
a { background-color: rgb(173,164,62); }
div.DivClassName
{
background-color: #ADA43E;
}
.BgClassName
{
background-color: #ADA43E;
}
</style>
border-color css
<style>
span { border-color: #ADA43E; }
span { border-color: rgb(173,164,62); }
td.TdClassName
{
border-color: #ADA43E;
}
.TagClassName
{
border-color: #ADA43E;
}
</style>