Shades of Brass #ADB23E
Tints of Brass #ADB23E
RGB
CMYK
RGB Variations
Color information
#ADB23E (or 0xADB23E) is known color: Brass. HEX triplet: AD, B2 and 3E. RGB value is (173,178,62). Sum of RGB (Red+Green+Blue) = 173+178+62=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB23E is #524DC1. Grayscale: #A3A3A3. Windows color (decimal): -5393858 or 4108973. OLE color: 4108973.
HSL color Cylindrical-coordinate representation of color #ADB23E: hue angle of 62.59º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADB23E is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 62 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.30 |
| HSL | 62.59º | 0.48% | 0.47% | - |
| HSV(B) | 62.59º | 0.65% | 0.7% | - |
| XYZ | 34.02 | 41.07 | 10.69 | - |
| YUV | 163.28 | 70.84 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 62 | 0.03 | 0 | 0.65 | 0.30 | 62.59 | 0.48 | 0.47 |
| Hex | AD | B2 | 3E | 3 | 0 | 41 | 1E | 3F | 30 | 2F |
| Octal | 255 | 262 | 76 | 3 | 0 | 101 | 36 | 77 | 60 | 57 |
| Binary | 10101101 | 10110010 | 111110 | 11 | 0 | 1000001 | 11110 | 111111 | 110000 | 101111 |
Color Harmonies of #ADB23E
Complementary color
Monochromatic Colors of #ADB23E
Black with #ADB23E
Text Example
Text Example
White with #ADB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB23E; }
p { color: rgb(173,178,62); }
H1.HeaderClassName
{
color: #ADB23E;
}
.AnyTagClassName
{
color: #ADB23E;
}
</style>
background-color css
<style>
a { background-color: #ADB23E; }
a { background-color: rgb(173,178,62); }
div.DivClassName
{
background-color: #ADB23E;
}
.BgClassName
{
background-color: #ADB23E;
}
</style>
border-color css
<style>
span { border-color: #ADB23E; }
span { border-color: rgb(173,178,62); }
td.TdClassName
{
border-color: #ADB23E;
}
.TagClassName
{
border-color: #ADB23E;
}
</style>