Shades of Brass #ABAD3E
Tints of Brass #ABAD3E
RGB
CMYK
RGB Variations
Color information
#ABAD3E (or 0xABAD3E) is known color: Brass. HEX triplet: AB, AD and 3E. RGB value is (171,173,62). Sum of RGB (Red+Green+Blue) = 171+173+62=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAD3E is #5452C1. Grayscale: #A0A0A0. Windows color (decimal): -5526210 or 4107691. OLE color: 4107691.
HSL color Cylindrical-coordinate representation of color #ABAD3E: hue angle of 61.08º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABAD3E is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
RGB | 171 | 173 | 62 | - |
CMYK | 0.01 | 0 | 0.64 | 0.32 |
HSL | 61.08º | 0.47% | 0.46% | - |
HSV(B) | 61.08º | 0.64% | 0.68% | - |
XYZ | 32.61 | 38.89 | 10.35 | - |
YUV | 159.75 | 72.84 | 136.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 173 | 62 | 0.01 | 0 | 0.64 | 0.32 | 61.08 | 0.47 | 0.46 |
Hex | AB | AD | 3E | 1 | 0 | 40 | 20 | 3D | 2F | 2E |
Octal | 253 | 255 | 76 | 1 | 0 | 100 | 40 | 75 | 57 | 56 |
Binary | 10101011 | 10101101 | 111110 | 1 | 0 | 1000000 | 100000 | 111101 | 101111 | 101110 |
Color Harmonies of #ABAD3E
Complementary color
Monochromatic Colors of #ABAD3E
Black with #ABAD3E
Text Example
Text Example
White with #ABAD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAD3E; }
p { color: rgb(171,173,62); }
H1.HeaderClassName
{
color: #ABAD3E;
}
.AnyTagClassName
{
color: #ABAD3E;
}
</style>
background-color css
<style>
a { background-color: #ABAD3E; }
a { background-color: rgb(171,173,62); }
div.DivClassName
{
background-color: #ABAD3E;
}
.BgClassName
{
background-color: #ABAD3E;
}
</style>
border-color css
<style>
span { border-color: #ABAD3E; }
span { border-color: rgb(171,173,62); }
td.TdClassName
{
border-color: #ABAD3E;
}
.TagClassName
{
border-color: #ABAD3E;
}
</style>