Shades of Brass #ADAB3B
Tints of Brass #ADAB3B
RGB
CMYK
RGB Variations
Color information
#ADAB3B (or 0xADAB3B) is known color: Brass. HEX triplet: AD, AB and 3B. RGB value is (173,171,59). Sum of RGB (Red+Green+Blue) = 173+171+59=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADAB3B is #5254C4. Grayscale: #9F9F9F. Windows color (decimal): -5395653 or 3910573. OLE color: 3910573.
HSL color Cylindrical-coordinate representation of color #ADAB3B: hue angle of 58.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADAB3B is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 171 | 59 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.32 |
| HSL | 58.95º | 0.49% | 0.45% | - |
| HSV(B) | 58.95º | 0.66% | 0.68% | - |
| XYZ | 32.59 | 38.33 | 9.82 | - |
| YUV | 158.83 | 71.66 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 59 | 0 | 0.01 | 0.66 | 0.32 | 58.95 | 0.49 | 0.45 |
| Hex | AD | AB | 3B | 0 | 1 | 42 | 20 | 3B | 31 | 2D |
| Octal | 255 | 253 | 73 | 0 | 1 | 102 | 40 | 73 | 61 | 55 |
| Binary | 10101101 | 10101011 | 111011 | 0 | 1 | 1000010 | 100000 | 111011 | 110001 | 101101 |
Color Harmonies of #ADAB3B
Complementary color
Monochromatic Colors of #ADAB3B
Black with #ADAB3B
Text Example
Text Example
White with #ADAB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAB3B; }
p { color: rgb(173,171,59); }
H1.HeaderClassName
{
color: #ADAB3B;
}
.AnyTagClassName
{
color: #ADAB3B;
}
</style>
background-color css
<style>
a { background-color: #ADAB3B; }
a { background-color: rgb(173,171,59); }
div.DivClassName
{
background-color: #ADAB3B;
}
.BgClassName
{
background-color: #ADAB3B;
}
</style>
border-color css
<style>
span { border-color: #ADAB3B; }
span { border-color: rgb(173,171,59); }
td.TdClassName
{
border-color: #ADAB3B;
}
.TagClassName
{
border-color: #ADAB3B;
}
</style>