Shades of Brass #ADA541
Tints of Brass #ADA541
RGB
CMYK
RGB Variations
Color information
#ADA541 (or 0xADA541) is known color: Brass. HEX triplet: AD, A5 and 41. RGB value is (173,165,65). Sum of RGB (Red+Green+Blue) = 173+165+65=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA541 is #525ABE. Grayscale: #9C9C9C. Windows color (decimal): -5397183 or 4302253. OLE color: 4302253.
HSL color Cylindrical-coordinate representation of color #ADA541: hue angle of 55.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADA541 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 65 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.32 |
| HSL | 55.56º | 0.45% | 0.47% | - |
| HSV(B) | 55.56º | 0.62% | 0.68% | - |
| XYZ | 31.64 | 36.18 | 10.32 | - |
| YUV | 155.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 65 | 0 | 0.05 | 0.62 | 0.32 | 55.56 | 0.45 | 0.47 |
| Hex | AD | A5 | 41 | 0 | 5 | 3E | 20 | 38 | 2D | 2F |
| Octal | 255 | 245 | 101 | 0 | 5 | 76 | 40 | 70 | 55 | 57 |
| Binary | 10101101 | 10100101 | 1000001 | 0 | 101 | 111110 | 100000 | 111000 | 101101 | 101111 |
Color Harmonies of #ADA541
Complementary color
Monochromatic Colors of #ADA541
Black with #ADA541
Text Example
Text Example
White with #ADA541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA541; }
p { color: rgb(173,165,65); }
H1.HeaderClassName
{
color: #ADA541;
}
.AnyTagClassName
{
color: #ADA541;
}
</style>
background-color css
<style>
a { background-color: #ADA541; }
a { background-color: rgb(173,165,65); }
div.DivClassName
{
background-color: #ADA541;
}
.BgClassName
{
background-color: #ADA541;
}
</style>
border-color css
<style>
span { border-color: #ADA541; }
span { border-color: rgb(173,165,65); }
td.TdClassName
{
border-color: #ADA541;
}
.TagClassName
{
border-color: #ADA541;
}
</style>