Shades of Brass #ABAF3E
Tints of Brass #ABAF3E
RGB
CMYK
RGB Variations
Color information
#ABAF3E (or 0xABAF3E) is known color: Brass. HEX triplet: AB, AF and 3E. RGB value is (171,175,62). Sum of RGB (Red+Green+Blue) = 171+175+62=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABAF3E is #5450C1. Grayscale: #A1A1A1. Windows color (decimal): -5525698 or 4108203. OLE color: 4108203.
HSL color Cylindrical-coordinate representation of color #ABAF3E: hue angle of 62.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABAF3E is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 175 | 62 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.31 |
| HSL | 62.12º | 0.48% | 0.46% | - |
| HSV(B) | 62.12º | 0.65% | 0.69% | - |
| XYZ | 32.99 | 39.67 | 10.47 | - |
| YUV | 160.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 175 | 62 | 0.02 | 0 | 0.65 | 0.31 | 62.12 | 0.48 | 0.46 |
| Hex | AB | AF | 3E | 2 | 0 | 41 | 1F | 3E | 30 | 2E |
| Octal | 253 | 257 | 76 | 2 | 0 | 101 | 37 | 76 | 60 | 56 |
| Binary | 10101011 | 10101111 | 111110 | 10 | 0 | 1000001 | 11111 | 111110 | 110000 | 101110 |
Color Harmonies of #ABAF3E
Complementary color
Monochromatic Colors of #ABAF3E
Black with #ABAF3E
Text Example
Text Example
White with #ABAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAF3E; }
p { color: rgb(171,175,62); }
H1.HeaderClassName
{
color: #ABAF3E;
}
.AnyTagClassName
{
color: #ABAF3E;
}
</style>
background-color css
<style>
a { background-color: #ABAF3E; }
a { background-color: rgb(171,175,62); }
div.DivClassName
{
background-color: #ABAF3E;
}
.BgClassName
{
background-color: #ABAF3E;
}
</style>
border-color css
<style>
span { border-color: #ABAF3E; }
span { border-color: rgb(171,175,62); }
td.TdClassName
{
border-color: #ABAF3E;
}
.TagClassName
{
border-color: #ABAF3E;
}
</style>