Shades of Brass #ADA938
Tints of Brass #ADA938
RGB
CMYK
RGB Variations
Color information
#ADA938 (or 0xADA938) is known color: Brass. HEX triplet: AD, A9 and 38. RGB value is (173,169,56). Sum of RGB (Red+Green+Blue) = 173+169+56=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 169 (66.41% from 255 or 42.46% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA938 is #5256C7. Grayscale: #9D9D9D. Windows color (decimal): -5396168 or 3713453. OLE color: 3713453.
HSL color Cylindrical-coordinate representation of color #ADA938: hue angle of 57.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADA938 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 169 | 56 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.32 |
| HSL | 57.95º | 0.51% | 0.45% | - |
| HSV(B) | 57.95º | 0.68% | 0.68% | - |
| XYZ | 32.14 | 37.55 | 9.29 | - |
| YUV | 157.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 56 | 0 | 0.02 | 0.68 | 0.32 | 57.95 | 0.51 | 0.45 |
| Hex | AD | A9 | 38 | 0 | 2 | 44 | 20 | 3A | 33 | 2D |
| Octal | 255 | 251 | 70 | 0 | 2 | 104 | 40 | 72 | 63 | 55 |
| Binary | 10101101 | 10101001 | 111000 | 0 | 10 | 1000100 | 100000 | 111010 | 110011 | 101101 |
Color Harmonies of #ADA938
Complementary color
Monochromatic Colors of #ADA938
Black with #ADA938
Text Example
Text Example
White with #ADA938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA938; }
p { color: rgb(173,169,56); }
H1.HeaderClassName
{
color: #ADA938;
}
.AnyTagClassName
{
color: #ADA938;
}
</style>
background-color css
<style>
a { background-color: #ADA938; }
a { background-color: rgb(173,169,56); }
div.DivClassName
{
background-color: #ADA938;
}
.BgClassName
{
background-color: #ADA938;
}
</style>
border-color css
<style>
span { border-color: #ADA938; }
span { border-color: rgb(173,169,56); }
td.TdClassName
{
border-color: #ADA938;
}
.TagClassName
{
border-color: #ADA938;
}
</style>