Shades of Brass #ADA83A
Tints of Brass #ADA83A
RGB
CMYK
RGB Variations
Color information
#ADA83A (or 0xADA83A) is known color: Brass. HEX triplet: AD, A8 and 3A. RGB value is (173,168,58). Sum of RGB (Red+Green+Blue) = 173+168+58=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA83A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA83A is #5257C5. Grayscale: #9D9D9D. Windows color (decimal): -5396422 or 3844269. OLE color: 3844269.
HSL color Cylindrical-coordinate representation of color #ADA83A: hue angle of 57.39º 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 #ADA83A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 168 | 58 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.32 |
| HSL | 57.39º | 0.5% | 0.45% | - |
| HSV(B) | 57.39º | 0.66% | 0.68% | - |
| XYZ | 32 | 37.19 | 9.5 | - |
| YUV | 156.96 | 72.16 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 58 | 0 | 0.03 | 0.66 | 0.32 | 57.39 | 0.5 | 0.45 |
| Hex | AD | A8 | 3A | 0 | 3 | 42 | 20 | 39 | 32 | 2D |
| Octal | 255 | 250 | 72 | 0 | 3 | 102 | 40 | 71 | 62 | 55 |
| Binary | 10101101 | 10101000 | 111010 | 0 | 11 | 1000010 | 100000 | 111001 | 110010 | 101101 |
Color Harmonies of #ADA83A
Complementary color
Monochromatic Colors of #ADA83A
Black with #ADA83A
Text Example
Text Example
White with #ADA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA83A; }
p { color: rgb(173,168,58); }
H1.HeaderClassName
{
color: #ADA83A;
}
.AnyTagClassName
{
color: #ADA83A;
}
</style>
background-color css
<style>
a { background-color: #ADA83A; }
a { background-color: rgb(173,168,58); }
div.DivClassName
{
background-color: #ADA83A;
}
.BgClassName
{
background-color: #ADA83A;
}
</style>
border-color css
<style>
span { border-color: #ADA83A; }
span { border-color: rgb(173,168,58); }
td.TdClassName
{
border-color: #ADA83A;
}
.TagClassName
{
border-color: #ADA83A;
}
</style>