Shades of Brass #ADB13C
Tints of Brass #ADB13C
RGB
CMYK
RGB Variations
Color information
#ADB13C (or 0xADB13C) is known color: Brass. HEX triplet: AD, B1 and 3C. RGB value is (173,177,60). Sum of RGB (Red+Green+Blue) = 173+177+60=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB13C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB13C is #524EC3. Grayscale: #A2A2A2. Windows color (decimal): -5394116 or 3977645. OLE color: 3977645.
HSL color Cylindrical-coordinate representation of color #ADB13C: hue angle of 62.05º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ADB13C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 60 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.31 |
| HSL | 62.05º | 0.49% | 0.46% | - |
| HSV(B) | 62.05º | 0.66% | 0.69% | - |
| XYZ | 33.77 | 40.65 | 10.34 | - |
| YUV | 162.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 60 | 0.02 | 0 | 0.66 | 0.31 | 62.05 | 0.49 | 0.46 |
| Hex | AD | B1 | 3C | 2 | 0 | 42 | 1F | 3E | 31 | 2E |
| Octal | 255 | 261 | 74 | 2 | 0 | 102 | 37 | 76 | 61 | 56 |
| Binary | 10101101 | 10110001 | 111100 | 10 | 0 | 1000010 | 11111 | 111110 | 110001 | 101110 |
Color Harmonies of #ADB13C
Complementary color
Monochromatic Colors of #ADB13C
Black with #ADB13C
Text Example
Text Example
White with #ADB13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB13C; }
p { color: rgb(173,177,60); }
H1.HeaderClassName
{
color: #ADB13C;
}
.AnyTagClassName
{
color: #ADB13C;
}
</style>
background-color css
<style>
a { background-color: #ADB13C; }
a { background-color: rgb(173,177,60); }
div.DivClassName
{
background-color: #ADB13C;
}
.BgClassName
{
background-color: #ADB13C;
}
</style>
border-color css
<style>
span { border-color: #ADB13C; }
span { border-color: rgb(173,177,60); }
td.TdClassName
{
border-color: #ADB13C;
}
.TagClassName
{
border-color: #ADB13C;
}
</style>