Shades of Brass #ADA338
Tints of Brass #ADA338
RGB
CMYK
RGB Variations
Color information
#ADA338 (or 0xADA338) is known color: Brass. HEX triplet: AD, A3 and 38. RGB value is (173,163,56). Sum of RGB (Red+Green+Blue) = 173+163+56=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA338 is #525CC7. Grayscale: #9A9A9A. Windows color (decimal): -5397704 or 3711917. OLE color: 3711917.
HSL color Cylindrical-coordinate representation of color #ADA338: hue angle of 54.87º 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 #ADA338 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 56 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.32 |
| HSL | 54.87º | 0.51% | 0.45% | - |
| HSV(B) | 54.87º | 0.68% | 0.68% | - |
| XYZ | 31.04 | 35.36 | 8.93 | - |
| YUV | 153.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 56 | 0 | 0.06 | 0.68 | 0.32 | 54.87 | 0.51 | 0.45 |
| Hex | AD | A3 | 38 | 0 | 6 | 44 | 20 | 37 | 33 | 2D |
| Octal | 255 | 243 | 70 | 0 | 6 | 104 | 40 | 67 | 63 | 55 |
| Binary | 10101101 | 10100011 | 111000 | 0 | 110 | 1000100 | 100000 | 110111 | 110011 | 101101 |
Color Harmonies of #ADA338
Complementary color
Monochromatic Colors of #ADA338
Black with #ADA338
Text Example
Text Example
White with #ADA338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA338; }
p { color: rgb(173,163,56); }
H1.HeaderClassName
{
color: #ADA338;
}
.AnyTagClassName
{
color: #ADA338;
}
</style>
background-color css
<style>
a { background-color: #ADA338; }
a { background-color: rgb(173,163,56); }
div.DivClassName
{
background-color: #ADA338;
}
.BgClassName
{
background-color: #ADA338;
}
</style>
border-color css
<style>
span { border-color: #ADA338; }
span { border-color: rgb(173,163,56); }
td.TdClassName
{
border-color: #ADA338;
}
.TagClassName
{
border-color: #ADA338;
}
</style>