Shades of Brass #ABAC33
Tints of Brass #ABAC33
RGB
CMYK
RGB Variations
Color information
#ABAC33 (or 0xABAC33) is known color: Brass. HEX triplet: AB, AC and 33. RGB value is (171,172,51). Sum of RGB (Red+Green+Blue) = 171+172+51=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 172 (67.58% from 255 or 43.65% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC33 is #5453CC. Grayscale: #9E9E9E. Windows color (decimal): -5526477 or 3386539. OLE color: 3386539.
HSL color Cylindrical-coordinate representation of color #ABAC33: hue angle of 60.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABAC33 is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 51 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.33 |
| HSL | 60.5º | 0.54% | 0.44% | - |
| HSV(B) | 60.5º | 0.7% | 0.67% | - |
| XYZ | 32.14 | 38.4 | 8.85 | - |
| YUV | 157.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 51 | 0.01 | 0 | 0.70 | 0.33 | 60.5 | 0.54 | 0.44 |
| Hex | AB | AC | 33 | 1 | 0 | 46 | 21 | 3C | 36 | 2C |
| Octal | 253 | 254 | 63 | 1 | 0 | 106 | 41 | 74 | 66 | 54 |
| Binary | 10101011 | 10101100 | 110011 | 1 | 0 | 1000110 | 100001 | 111100 | 110110 | 101100 |
Color Harmonies of #ABAC33
Complementary color
Monochromatic Colors of #ABAC33
Black with #ABAC33
Text Example
Text Example
White with #ABAC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC33; }
p { color: rgb(171,172,51); }
H1.HeaderClassName
{
color: #ABAC33;
}
.AnyTagClassName
{
color: #ABAC33;
}
</style>
background-color css
<style>
a { background-color: #ABAC33; }
a { background-color: rgb(171,172,51); }
div.DivClassName
{
background-color: #ABAC33;
}
.BgClassName
{
background-color: #ABAC33;
}
</style>
border-color css
<style>
span { border-color: #ABAC33; }
span { border-color: rgb(171,172,51); }
td.TdClassName
{
border-color: #ABAC33;
}
.TagClassName
{
border-color: #ABAC33;
}
</style>