Shades of Brass #ABAC32
Tints of Brass #ABAC32
RGB
CMYK
RGB Variations
Color information
#ABAC32 (or 0xABAC32) is known color: Brass. HEX triplet: AB, AC and 32. RGB value is (171,172,50). Sum of RGB (Red+Green+Blue) = 171+172+50=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAC32 is #5453CD. Grayscale: #9E9E9E. Windows color (decimal): -5526478 or 3321003. OLE color: 3321003.
HSL color Cylindrical-coordinate representation of color #ABAC32: hue angle of 60.49º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABAC32 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 50 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.33 |
| HSL | 60.49º | 0.55% | 0.44% | - |
| HSV(B) | 60.49º | 0.71% | 0.67% | - |
| XYZ | 32.12 | 38.39 | 8.74 | - |
| YUV | 157.79 | 67.17 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 50 | 0.01 | 0 | 0.71 | 0.33 | 60.49 | 0.55 | 0.44 |
| Hex | AB | AC | 32 | 1 | 0 | 47 | 21 | 3C | 37 | 2C |
| Octal | 253 | 254 | 62 | 1 | 0 | 107 | 41 | 74 | 67 | 54 |
| Binary | 10101011 | 10101100 | 110010 | 1 | 0 | 1000111 | 100001 | 111100 | 110111 | 101100 |
Color Harmonies of #ABAC32
Complementary color
Monochromatic Colors of #ABAC32
Black with #ABAC32
Text Example
Text Example
White with #ABAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC32; }
p { color: rgb(171,172,50); }
H1.HeaderClassName
{
color: #ABAC32;
}
.AnyTagClassName
{
color: #ABAC32;
}
</style>
background-color css
<style>
a { background-color: #ABAC32; }
a { background-color: rgb(171,172,50); }
div.DivClassName
{
background-color: #ABAC32;
}
.BgClassName
{
background-color: #ABAC32;
}
</style>
border-color css
<style>
span { border-color: #ABAC32; }
span { border-color: rgb(171,172,50); }
td.TdClassName
{
border-color: #ABAC32;
}
.TagClassName
{
border-color: #ABAC32;
}
</style>