Shades of Brass #ADA24A
Tints of Brass #ADA24A
RGB
CMYK
RGB Variations
Color information
#ADA24A (or 0xADA24A) is known color: Brass. HEX triplet: AD, A2 and 4A. RGB value is (173,162,74). Sum of RGB (Red+Green+Blue) = 173+162+74=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADA24A is #525DB5. Grayscale: #9B9B9B. Windows color (decimal): -5397942 or 4891309. OLE color: 4891309.
HSL color Cylindrical-coordinate representation of color #ADA24A: hue angle of 53.33º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADA24A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 162 | 74 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.32 |
| HSL | 53.33º | 0.4% | 0.48% | - |
| HSV(B) | 53.33º | 0.57% | 0.68% | - |
| XYZ | 31.39 | 35.22 | 11.62 | - |
| YUV | 155.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 162 | 74 | 0 | 0.06 | 0.57 | 0.32 | 53.33 | 0.4 | 0.48 |
| Hex | AD | A2 | 4A | 0 | 6 | 39 | 20 | 35 | 28 | 30 |
| Octal | 255 | 242 | 112 | 0 | 6 | 71 | 40 | 65 | 50 | 60 |
| Binary | 10101101 | 10100010 | 1001010 | 0 | 110 | 111001 | 100000 | 110101 | 101000 | 110000 |
Color Harmonies of #ADA24A
Complementary color
Monochromatic Colors of #ADA24A
Black with #ADA24A
Text Example
Text Example
White with #ADA24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA24A; }
p { color: rgb(173,162,74); }
H1.HeaderClassName
{
color: #ADA24A;
}
.AnyTagClassName
{
color: #ADA24A;
}
</style>
background-color css
<style>
a { background-color: #ADA24A; }
a { background-color: rgb(173,162,74); }
div.DivClassName
{
background-color: #ADA24A;
}
.BgClassName
{
background-color: #ADA24A;
}
</style>
border-color css
<style>
span { border-color: #ADA24A; }
span { border-color: rgb(173,162,74); }
td.TdClassName
{
border-color: #ADA24A;
}
.TagClassName
{
border-color: #ADA24A;
}
</style>