Shades of Brass #AB9C3D
Tints of Brass #AB9C3D
RGB
CMYK
RGB Variations
Color information
#AB9C3D (or 0xAB9C3D) is known color: Brass. HEX triplet: AB, 9C and 3D. RGB value is (171,156,61). Sum of RGB (Red+Green+Blue) = 171+156+61=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9C3D is #5463C2. Grayscale: #969696. Windows color (decimal): -5530563 or 4037803. OLE color: 4037803.
HSL color Cylindrical-coordinate representation of color #AB9C3D: hue angle of 51.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB9C3D is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 156 | 61 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.33 |
| HSL | 51.82º | 0.47% | 0.45% | - |
| HSV(B) | 51.82º | 0.64% | 0.67% | - |
| XYZ | 29.53 | 32.77 | 9.18 | - |
| YUV | 149.66 | 77.97 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 61 | 0 | 0.09 | 0.64 | 0.33 | 51.82 | 0.47 | 0.45 |
| Hex | AB | 9C | 3D | 0 | 9 | 40 | 21 | 34 | 2F | 2D |
| Octal | 253 | 234 | 75 | 0 | 11 | 100 | 41 | 64 | 57 | 55 |
| Binary | 10101011 | 10011100 | 111101 | 0 | 1001 | 1000000 | 100001 | 110100 | 101111 | 101101 |
Color Harmonies of #AB9C3D
Complementary color
Monochromatic Colors of #AB9C3D
Black with #AB9C3D
Text Example
Text Example
White with #AB9C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9C3D; }
p { color: rgb(171,156,61); }
H1.HeaderClassName
{
color: #AB9C3D;
}
.AnyTagClassName
{
color: #AB9C3D;
}
</style>
background-color css
<style>
a { background-color: #AB9C3D; }
a { background-color: rgb(171,156,61); }
div.DivClassName
{
background-color: #AB9C3D;
}
.BgClassName
{
background-color: #AB9C3D;
}
</style>
border-color css
<style>
span { border-color: #AB9C3D; }
span { border-color: rgb(171,156,61); }
td.TdClassName
{
border-color: #AB9C3D;
}
.TagClassName
{
border-color: #AB9C3D;
}
</style>