Shades of Brass #ADB143
Tints of Brass #ADB143
RGB
CMYK
RGB Variations
Color information
#ADB143 (or 0xADB143) is known color: Brass. HEX triplet: AD, B1 and 43. RGB value is (173,177,67). Sum of RGB (Red+Green+Blue) = 173+177+67=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB143 is #524EBC. Grayscale: #A3A3A3. Windows color (decimal): -5394109 or 4436397. OLE color: 4436397.
HSL color Cylindrical-coordinate representation of color #ADB143: hue angle of 62.18º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADB143 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 177 | 67 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.31 |
| HSL | 62.18º | 0.45% | 0.48% | - |
| HSV(B) | 62.18º | 0.62% | 0.69% | - |
| XYZ | 33.97 | 40.73 | 11.38 | - |
| YUV | 163.26 | 73.67 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 177 | 67 | 0.02 | 0 | 0.62 | 0.31 | 62.18 | 0.45 | 0.48 |
| Hex | AD | B1 | 43 | 2 | 0 | 3E | 1F | 3E | 2D | 30 |
| Octal | 255 | 261 | 103 | 2 | 0 | 76 | 37 | 76 | 55 | 60 |
| Binary | 10101101 | 10110001 | 1000011 | 10 | 0 | 111110 | 11111 | 111110 | 101101 | 110000 |
Color Harmonies of #ADB143
Complementary color
Monochromatic Colors of #ADB143
Black with #ADB143
Text Example
Text Example
White with #ADB143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB143; }
p { color: rgb(173,177,67); }
H1.HeaderClassName
{
color: #ADB143;
}
.AnyTagClassName
{
color: #ADB143;
}
</style>
background-color css
<style>
a { background-color: #ADB143; }
a { background-color: rgb(173,177,67); }
div.DivClassName
{
background-color: #ADB143;
}
.BgClassName
{
background-color: #ADB143;
}
</style>
border-color css
<style>
span { border-color: #ADB143; }
span { border-color: rgb(173,177,67); }
td.TdClassName
{
border-color: #ADB143;
}
.TagClassName
{
border-color: #ADB143;
}
</style>