Shades of Brass #ABB334
Tints of Brass #ABB334
RGB
CMYK
RGB Variations
Color information
#ABB334 (or 0xABB334) is known color: Brass. HEX triplet: AB, B3 and 34. RGB value is (171,179,52). Sum of RGB (Red+Green+Blue) = 171+179+52=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 52 (20.70% from 255 or 12.94% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB334 is #544CCB. Grayscale: #A2A2A2. Windows color (decimal): -5524684 or 3453867. OLE color: 3453867.
HSL color Cylindrical-coordinate representation of color #ABB334: hue angle of 63.78º 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 #ABB334 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 52 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.30 |
| HSL | 63.78º | 0.55% | 0.45% | - |
| HSV(B) | 63.78º | 0.71% | 0.7% | - |
| XYZ | 33.53 | 41.15 | 9.42 | - |
| YUV | 162.13 | 65.85 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 52 | 0.04 | 0 | 0.71 | 0.30 | 63.78 | 0.55 | 0.45 |
| Hex | AB | B3 | 34 | 4 | 0 | 47 | 1E | 40 | 37 | 2D |
| Octal | 253 | 263 | 64 | 4 | 0 | 107 | 36 | 100 | 67 | 55 |
| Binary | 10101011 | 10110011 | 110100 | 100 | 0 | 1000111 | 11110 | 1000000 | 110111 | 101101 |
Color Harmonies of #ABB334
Complementary color
Monochromatic Colors of #ABB334
Black with #ABB334
Text Example
Text Example
White with #ABB334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB334; }
p { color: rgb(171,179,52); }
H1.HeaderClassName
{
color: #ABB334;
}
.AnyTagClassName
{
color: #ABB334;
}
</style>
background-color css
<style>
a { background-color: #ABB334; }
a { background-color: rgb(171,179,52); }
div.DivClassName
{
background-color: #ABB334;
}
.BgClassName
{
background-color: #ABB334;
}
</style>
border-color css
<style>
span { border-color: #ABB334; }
span { border-color: rgb(171,179,52); }
td.TdClassName
{
border-color: #ABB334;
}
.TagClassName
{
border-color: #ABB334;
}
</style>