Shades of Brass #ADAB32
Tints of Brass #ADAB32
RGB
CMYK
RGB Variations
Color information
#ADAB32 (or 0xADAB32) is known color: Brass. HEX triplet: AD, AB and 32. RGB value is (173,171,50). Sum of RGB (Red+Green+Blue) = 173+171+50=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB32 is #5254CD. Grayscale: #9E9E9E. Windows color (decimal): -5395662 or 3320749. OLE color: 3320749.
HSL color Cylindrical-coordinate representation of color #ADAB32: hue angle of 59.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADAB32 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 50 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.32 |
| HSL | 59.02º | 0.55% | 0.44% | - |
| HSV(B) | 59.02º | 0.71% | 0.68% | - |
| XYZ | 32.37 | 38.24 | 8.69 | - |
| YUV | 157.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 50 | 0 | 0.01 | 0.71 | 0.32 | 59.02 | 0.55 | 0.44 |
| Hex | AD | AB | 32 | 0 | 1 | 47 | 20 | 3B | 37 | 2C |
| Octal | 255 | 253 | 62 | 0 | 1 | 107 | 40 | 73 | 67 | 54 |
| Binary | 10101101 | 10101011 | 110010 | 0 | 1 | 1000111 | 100000 | 111011 | 110111 | 101100 |
Color Harmonies of #ADAB32
Complementary color
Monochromatic Colors of #ADAB32
Black with #ADAB32
Text Example
Text Example
White with #ADAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB32; }
p { color: rgb(173,171,50); }
H1.HeaderClassName
{
color: #ADAB32;
}
.AnyTagClassName
{
color: #ADAB32;
}
</style>
background-color css
<style>
a { background-color: #ADAB32; }
a { background-color: rgb(173,171,50); }
div.DivClassName
{
background-color: #ADAB32;
}
.BgClassName
{
background-color: #ADAB32;
}
</style>
border-color css
<style>
span { border-color: #ADAB32; }
span { border-color: rgb(173,171,50); }
td.TdClassName
{
border-color: #ADAB32;
}
.TagClassName
{
border-color: #ADAB32;
}
</style>