Shades of Brass #ADB23F
Tints of Brass #ADB23F
RGB
CMYK
RGB Variations
Color information
#ADB23F (or 0xADB23F) is known color: Brass. HEX triplet: AD, B2 and 3F. RGB value is (173,178,63). Sum of RGB (Red+Green+Blue) = 173+178+63=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 63 (25% from 255 or 15.22% from 414); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB23F is #524DC0. Grayscale: #A3A3A3. Windows color (decimal): -5393857 or 4174509. OLE color: 4174509.
HSL color Cylindrical-coordinate representation of color #ADB23F: hue angle of 62.61º 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 #ADB23F is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 63 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.30 |
| HSL | 62.61º | 0.48% | 0.47% | - |
| HSV(B) | 62.61º | 0.65% | 0.7% | - |
| XYZ | 34.05 | 41.08 | 10.84 | - |
| YUV | 163.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 63 | 0.03 | 0 | 0.65 | 0.30 | 62.61 | 0.48 | 0.47 |
| Hex | AD | B2 | 3F | 3 | 0 | 41 | 1E | 3F | 30 | 2F |
| Octal | 255 | 262 | 77 | 3 | 0 | 101 | 36 | 77 | 60 | 57 |
| Binary | 10101101 | 10110010 | 111111 | 11 | 0 | 1000001 | 11110 | 111111 | 110000 | 101111 |
Color Harmonies of #ADB23F
Complementary color
Monochromatic Colors of #ADB23F
Black with #ADB23F
Text Example
Text Example
White with #ADB23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB23F; }
p { color: rgb(173,178,63); }
H1.HeaderClassName
{
color: #ADB23F;
}
.AnyTagClassName
{
color: #ADB23F;
}
</style>
background-color css
<style>
a { background-color: #ADB23F; }
a { background-color: rgb(173,178,63); }
div.DivClassName
{
background-color: #ADB23F;
}
.BgClassName
{
background-color: #ADB23F;
}
</style>
border-color css
<style>
span { border-color: #ADB23F; }
span { border-color: rgb(173,178,63); }
td.TdClassName
{
border-color: #ADB23F;
}
.TagClassName
{
border-color: #ADB23F;
}
</style>