Shades of Brass #ADB234
Tints of Brass #ADB234
RGB
CMYK
RGB Variations
Color information
#ADB234 (or 0xADB234) is known color: Brass. HEX triplet: AD, B2 and 34. RGB value is (173,178,52). Sum of RGB (Red+Green+Blue) = 173+178+52=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB234 is #524DCB. Grayscale: #A2A2A2. Windows color (decimal): -5393868 or 3453613. OLE color: 3453613.
HSL color Cylindrical-coordinate representation of color #ADB234: hue angle of 62.38º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ADB234 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 52 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.30 |
| HSL | 62.38º | 0.55% | 0.45% | - |
| HSV(B) | 62.38º | 0.71% | 0.7% | - |
| XYZ | 33.77 | 40.97 | 9.38 | - |
| YUV | 162.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 52 | 0.03 | 0 | 0.71 | 0.30 | 62.38 | 0.55 | 0.45 |
| Hex | AD | B2 | 34 | 3 | 0 | 47 | 1E | 3E | 37 | 2D |
| Octal | 255 | 262 | 64 | 3 | 0 | 107 | 36 | 76 | 67 | 55 |
| Binary | 10101101 | 10110010 | 110100 | 11 | 0 | 1000111 | 11110 | 111110 | 110111 | 101101 |
Color Harmonies of #ADB234
Complementary color
Monochromatic Colors of #ADB234
Black with #ADB234
Text Example
Text Example
White with #ADB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB234; }
p { color: rgb(173,178,52); }
H1.HeaderClassName
{
color: #ADB234;
}
.AnyTagClassName
{
color: #ADB234;
}
</style>
background-color css
<style>
a { background-color: #ADB234; }
a { background-color: rgb(173,178,52); }
div.DivClassName
{
background-color: #ADB234;
}
.BgClassName
{
background-color: #ADB234;
}
</style>
border-color css
<style>
span { border-color: #ADB234; }
span { border-color: rgb(173,178,52); }
td.TdClassName
{
border-color: #ADB234;
}
.TagClassName
{
border-color: #ADB234;
}
</style>