Shades of Brass #ADA943
Tints of Brass #ADA943
RGB
CMYK
RGB Variations
Color information
#ADA943 (or 0xADA943) is known color: Brass. HEX triplet: AD, A9 and 43. RGB value is (173,169,67). Sum of RGB (Red+Green+Blue) = 173+169+67=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 169 (66.41% from 255 or 41.32% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA943 is #5256BC. Grayscale: #9E9E9E. Windows color (decimal): -5396157 or 4434349. OLE color: 4434349.
HSL color Cylindrical-coordinate representation of color #ADA943: hue angle of 57.74º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADA943 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 67 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.32 |
| HSL | 57.74º | 0.44% | 0.47% | - |
| HSV(B) | 57.74º | 0.61% | 0.68% | - |
| XYZ | 32.43 | 37.67 | 10.87 | - |
| YUV | 158.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 67 | 0 | 0.02 | 0.61 | 0.32 | 57.74 | 0.44 | 0.47 |
| Hex | AD | A9 | 43 | 0 | 2 | 3D | 20 | 3A | 2C | 2F |
| Octal | 255 | 251 | 103 | 0 | 2 | 75 | 40 | 72 | 54 | 57 |
| Binary | 10101101 | 10101001 | 1000011 | 0 | 10 | 111101 | 100000 | 111010 | 101100 | 101111 |
Color Harmonies of #ADA943
Complementary color
Monochromatic Colors of #ADA943
Black with #ADA943
Text Example
Text Example
White with #ADA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA943; }
p { color: rgb(173,169,67); }
H1.HeaderClassName
{
color: #ADA943;
}
.AnyTagClassName
{
color: #ADA943;
}
</style>
background-color css
<style>
a { background-color: #ADA943; }
a { background-color: rgb(173,169,67); }
div.DivClassName
{
background-color: #ADA943;
}
.BgClassName
{
background-color: #ADA943;
}
</style>
border-color css
<style>
span { border-color: #ADA943; }
span { border-color: rgb(173,169,67); }
td.TdClassName
{
border-color: #ADA943;
}
.TagClassName
{
border-color: #ADA943;
}
</style>