Shades of Brass #ADB33A
Tints of Brass #ADB33A
RGB
CMYK
RGB Variations
Color information
#ADB33A (or 0xADB33A) is known color: Brass. HEX triplet: AD, B3 and 3A. RGB value is (173,179,58). Sum of RGB (Red+Green+Blue) = 173+179+58=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB33A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB33A is #524CC5. Grayscale: #A3A3A3. Windows color (decimal): -5393606 or 3847085. OLE color: 3847085.
HSL color Cylindrical-coordinate representation of color #ADB33A: hue angle of 62.98º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADB33A is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 58 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.30 |
| HSL | 62.98º | 0.51% | 0.46% | - |
| HSV(B) | 62.98º | 0.68% | 0.7% | - |
| XYZ | 34.12 | 41.43 | 10.2 | - |
| YUV | 163.41 | 68.51 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 58 | 0.03 | 0 | 0.68 | 0.30 | 62.98 | 0.51 | 0.46 |
| Hex | AD | B3 | 3A | 3 | 0 | 44 | 1E | 3F | 33 | 2E |
| Octal | 255 | 263 | 72 | 3 | 0 | 104 | 36 | 77 | 63 | 56 |
| Binary | 10101101 | 10110011 | 111010 | 11 | 0 | 1000100 | 11110 | 111111 | 110011 | 101110 |
Color Harmonies of #ADB33A
Complementary color
Monochromatic Colors of #ADB33A
Black with #ADB33A
Text Example
Text Example
White with #ADB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB33A; }
p { color: rgb(173,179,58); }
H1.HeaderClassName
{
color: #ADB33A;
}
.AnyTagClassName
{
color: #ADB33A;
}
</style>
background-color css
<style>
a { background-color: #ADB33A; }
a { background-color: rgb(173,179,58); }
div.DivClassName
{
background-color: #ADB33A;
}
.BgClassName
{
background-color: #ADB33A;
}
</style>
border-color css
<style>
span { border-color: #ADB33A; }
span { border-color: rgb(173,179,58); }
td.TdClassName
{
border-color: #ADB33A;
}
.TagClassName
{
border-color: #ADB33A;
}
</style>