Shades of Brass #ADA345
Tints of Brass #ADA345
RGB
CMYK
RGB Variations
Color information
#ADA345 (or 0xADA345) is known color: Brass. HEX triplet: AD, A3 and 45. RGB value is (173,163,69). Sum of RGB (Red+Green+Blue) = 173+163+69=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA345 is #525CBA. Grayscale: #9B9B9B. Windows color (decimal): -5397691 or 4563885. OLE color: 4563885.
HSL color Cylindrical-coordinate representation of color #ADA345: hue angle of 54.23º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADA345 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 163 | 69 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.32 |
| HSL | 54.23º | 0.43% | 0.47% | - |
| HSV(B) | 54.23º | 0.6% | 0.68% | - |
| XYZ | 31.4 | 35.51 | 10.83 | - |
| YUV | 155.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 163 | 69 | 0 | 0.06 | 0.60 | 0.32 | 54.23 | 0.43 | 0.47 |
| Hex | AD | A3 | 45 | 0 | 6 | 3C | 20 | 36 | 2B | 2F |
| Octal | 255 | 243 | 105 | 0 | 6 | 74 | 40 | 66 | 53 | 57 |
| Binary | 10101101 | 10100011 | 1000101 | 0 | 110 | 111100 | 100000 | 110110 | 101011 | 101111 |
Color Harmonies of #ADA345
Complementary color
Monochromatic Colors of #ADA345
Black with #ADA345
Text Example
Text Example
White with #ADA345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA345; }
p { color: rgb(173,163,69); }
H1.HeaderClassName
{
color: #ADA345;
}
.AnyTagClassName
{
color: #ADA345;
}
</style>
background-color css
<style>
a { background-color: #ADA345; }
a { background-color: rgb(173,163,69); }
div.DivClassName
{
background-color: #ADA345;
}
.BgClassName
{
background-color: #ADA345;
}
</style>
border-color css
<style>
span { border-color: #ADA345; }
span { border-color: rgb(173,163,69); }
td.TdClassName
{
border-color: #ADA345;
}
.TagClassName
{
border-color: #ADA345;
}
</style>