Shades of Brass #ADAB36
Tints of Brass #ADAB36
RGB
CMYK
RGB Variations
Color information
#ADAB36 (or 0xADAB36) is known color: Brass. HEX triplet: AD, AB and 36. RGB value is (173,171,54). Sum of RGB (Red+Green+Blue) = 173+171+54=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 54 (21.48% from 255 or 13.57% from 398); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB36 is #5254C9. Grayscale: #9E9E9E. Windows color (decimal): -5395658 or 3582893. OLE color: 3582893.
HSL color Cylindrical-coordinate representation of color #ADAB36: hue angle of 58.99º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADAB36 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 54 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.32 |
| HSL | 58.99º | 0.52% | 0.45% | - |
| HSV(B) | 58.99º | 0.69% | 0.68% | - |
| XYZ | 32.46 | 38.28 | 9.17 | - |
| YUV | 158.26 | 69.16 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 54 | 0 | 0.01 | 0.69 | 0.32 | 58.99 | 0.52 | 0.45 |
| Hex | AD | AB | 36 | 0 | 1 | 45 | 20 | 3B | 34 | 2D |
| Octal | 255 | 253 | 66 | 0 | 1 | 105 | 40 | 73 | 64 | 55 |
| Binary | 10101101 | 10101011 | 110110 | 0 | 1 | 1000101 | 100000 | 111011 | 110100 | 101101 |
Color Harmonies of #ADAB36
Complementary color
Monochromatic Colors of #ADAB36
Black with #ADAB36
Text Example
Text Example
White with #ADAB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB36; }
p { color: rgb(173,171,54); }
H1.HeaderClassName
{
color: #ADAB36;
}
.AnyTagClassName
{
color: #ADAB36;
}
</style>
background-color css
<style>
a { background-color: #ADAB36; }
a { background-color: rgb(173,171,54); }
div.DivClassName
{
background-color: #ADAB36;
}
.BgClassName
{
background-color: #ADAB36;
}
</style>
border-color css
<style>
span { border-color: #ADAB36; }
span { border-color: rgb(173,171,54); }
td.TdClassName
{
border-color: #ADAB36;
}
.TagClassName
{
border-color: #ADAB36;
}
</style>