Shades of Brass #ADA54B
Tints of Brass #ADA54B
RGB
CMYK
RGB Variations
Color information
#ADA54B (or 0xADA54B) is known color: Brass. HEX triplet: AD, A5 and 4B. RGB value is (173,165,75). Sum of RGB (Red+Green+Blue) = 173+165+75=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 165 (64.84% from 255 or 39.95% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA54B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA54B is #525AB4. Grayscale: #9D9D9D. Windows color (decimal): -5397173 or 4957613. OLE color: 4957613.
HSL color Cylindrical-coordinate representation of color #ADA54B: hue angle of 55.1º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADA54B is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 165 | 75 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.32 |
| HSL | 55.1º | 0.4% | 0.49% | - |
| HSV(B) | 55.1º | 0.57% | 0.68% | - |
| XYZ | 31.96 | 36.3 | 11.98 | - |
| YUV | 157.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 165 | 75 | 0 | 0.05 | 0.57 | 0.32 | 55.1 | 0.4 | 0.49 |
| Hex | AD | A5 | 4B | 0 | 5 | 39 | 20 | 37 | 28 | 31 |
| Octal | 255 | 245 | 113 | 0 | 5 | 71 | 40 | 67 | 50 | 61 |
| Binary | 10101101 | 10100101 | 1001011 | 0 | 101 | 111001 | 100000 | 110111 | 101000 | 110001 |
Color Harmonies of #ADA54B
Complementary color
Monochromatic Colors of #ADA54B
Black with #ADA54B
Text Example
Text Example
White with #ADA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA54B; }
p { color: rgb(173,165,75); }
H1.HeaderClassName
{
color: #ADA54B;
}
.AnyTagClassName
{
color: #ADA54B;
}
</style>
background-color css
<style>
a { background-color: #ADA54B; }
a { background-color: rgb(173,165,75); }
div.DivClassName
{
background-color: #ADA54B;
}
.BgClassName
{
background-color: #ADA54B;
}
</style>
border-color css
<style>
span { border-color: #ADA54B; }
span { border-color: rgb(173,165,75); }
td.TdClassName
{
border-color: #ADA54B;
}
.TagClassName
{
border-color: #ADA54B;
}
</style>