Shades of Brass #ADB13F
Tints of Brass #ADB13F
RGB
CMYK
RGB Variations
Color information
#ADB13F (or 0xADB13F) is known color: Brass. HEX triplet: AD, B1 and 3F. RGB value is (173,177,63). Sum of RGB (Red+Green+Blue) = 173+177+63=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 177 (69.53% from 255 or 42.86% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB13F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB13F is #524EC0. Grayscale: #A3A3A3. Windows color (decimal): -5394113 or 4174253. OLE color: 4174253.
HSL color Cylindrical-coordinate representation of color #ADB13F: hue angle of 62.11º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ADB13F is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 63 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.31 |
| HSL | 62.11º | 0.48% | 0.47% | - |
| HSV(B) | 62.11º | 0.64% | 0.69% | - |
| XYZ | 33.85 | 40.69 | 10.77 | - |
| YUV | 162.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 63 | 0.02 | 0 | 0.64 | 0.31 | 62.11 | 0.48 | 0.47 |
| Hex | AD | B1 | 3F | 2 | 0 | 40 | 1F | 3E | 30 | 2F |
| Octal | 255 | 261 | 77 | 2 | 0 | 100 | 37 | 76 | 60 | 57 |
| Binary | 10101101 | 10110001 | 111111 | 10 | 0 | 1000000 | 11111 | 111110 | 110000 | 101111 |
Color Harmonies of #ADB13F
Complementary color
Monochromatic Colors of #ADB13F
Black with #ADB13F
Text Example
Text Example
White with #ADB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB13F; }
p { color: rgb(173,177,63); }
H1.HeaderClassName
{
color: #ADB13F;
}
.AnyTagClassName
{
color: #ADB13F;
}
</style>
background-color css
<style>
a { background-color: #ADB13F; }
a { background-color: rgb(173,177,63); }
div.DivClassName
{
background-color: #ADB13F;
}
.BgClassName
{
background-color: #ADB13F;
}
</style>
border-color css
<style>
span { border-color: #ADB13F; }
span { border-color: rgb(173,177,63); }
td.TdClassName
{
border-color: #ADB13F;
}
.TagClassName
{
border-color: #ADB13F;
}
</style>