Shades of Brass #ADAB45
Tints of Brass #ADAB45
RGB
CMYK
RGB Variations
Color information
#ADAB45 (or 0xADAB45) is known color: Brass. HEX triplet: AD, AB and 45. RGB value is (173,171,69). Sum of RGB (Red+Green+Blue) = 173+171+69=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB45 is #5254BA. Grayscale: #A0A0A0. Windows color (decimal): -5395643 or 4565933. OLE color: 4565933.
HSL color Cylindrical-coordinate representation of color #ADAB45: hue angle of 58.85º 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 #ADAB45 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 69 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.32 |
| HSL | 58.85º | 0.43% | 0.47% | - |
| HSV(B) | 58.85º | 0.6% | 0.68% | - |
| XYZ | 32.87 | 38.44 | 11.32 | - |
| YUV | 159.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 69 | 0 | 0.01 | 0.60 | 0.32 | 58.85 | 0.43 | 0.47 |
| Hex | AD | AB | 45 | 0 | 1 | 3C | 20 | 3B | 2B | 2F |
| Octal | 255 | 253 | 105 | 0 | 1 | 74 | 40 | 73 | 53 | 57 |
| Binary | 10101101 | 10101011 | 1000101 | 0 | 1 | 111100 | 100000 | 111011 | 101011 | 101111 |
Color Harmonies of #ADAB45
Complementary color
Monochromatic Colors of #ADAB45
Black with #ADAB45
Text Example
Text Example
White with #ADAB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB45; }
p { color: rgb(173,171,69); }
H1.HeaderClassName
{
color: #ADAB45;
}
.AnyTagClassName
{
color: #ADAB45;
}
</style>
background-color css
<style>
a { background-color: #ADAB45; }
a { background-color: rgb(173,171,69); }
div.DivClassName
{
background-color: #ADAB45;
}
.BgClassName
{
background-color: #ADAB45;
}
</style>
border-color css
<style>
span { border-color: #ADAB45; }
span { border-color: rgb(173,171,69); }
td.TdClassName
{
border-color: #ADAB45;
}
.TagClassName
{
border-color: #ADAB45;
}
</style>