Shades of Brass #ADB333
Tints of Brass #ADB333
RGB
CMYK
RGB Variations
Color information
#ADB333 (or 0xADB333) is known color: Brass. HEX triplet: AD, B3 and 33. RGB value is (173,179,51). Sum of RGB (Red+Green+Blue) = 173+179+51=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 179 - color contains mainly: green. Hex color #ADB333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB333 is #524CCC. Grayscale: #A3A3A3. Windows color (decimal): -5393613 or 3388333. OLE color: 3388333.
HSL color Cylindrical-coordinate representation of color #ADB333: hue angle of 62.81º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADB333 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 179 | 51 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.30 |
| HSL | 62.81º | 0.56% | 0.45% | - |
| HSV(B) | 62.81º | 0.72% | 0.7% | - |
| XYZ | 33.95 | 41.36 | 9.33 | - |
| YUV | 162.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 179 | 51 | 0.03 | 0 | 0.72 | 0.30 | 62.81 | 0.56 | 0.45 |
| Hex | AD | B3 | 33 | 3 | 0 | 48 | 1E | 3F | 38 | 2D |
| Octal | 255 | 263 | 63 | 3 | 0 | 110 | 36 | 77 | 70 | 55 |
| Binary | 10101101 | 10110011 | 110011 | 11 | 0 | 1001000 | 11110 | 111111 | 111000 | 101101 |
Color Harmonies of #ADB333
Complementary color
Monochromatic Colors of #ADB333
Black with #ADB333
Text Example
Text Example
White with #ADB333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB333; }
p { color: rgb(173,179,51); }
H1.HeaderClassName
{
color: #ADB333;
}
.AnyTagClassName
{
color: #ADB333;
}
</style>
background-color css
<style>
a { background-color: #ADB333; }
a { background-color: rgb(173,179,51); }
div.DivClassName
{
background-color: #ADB333;
}
.BgClassName
{
background-color: #ADB333;
}
</style>
border-color css
<style>
span { border-color: #ADB333; }
span { border-color: rgb(173,179,51); }
td.TdClassName
{
border-color: #ADB333;
}
.TagClassName
{
border-color: #ADB333;
}
</style>