Shades of Brass #A1AB3E
Tints of Brass #A1AB3E
RGB
CMYK
RGB Variations
Color information
#A1AB3E (or 0xA1AB3E) is known color: Brass. HEX triplet: A1, AB and 3E. RGB value is (161,171,62). Sum of RGB (Red+Green+Blue) = 161+171+62=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB3E is #5E54C1. Grayscale: #9C9C9C. Windows color (decimal): -6182082 or 4107169. OLE color: 4107169.
HSL color Cylindrical-coordinate representation of color #A1AB3E: hue angle of 65.5º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1AB3E is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 62 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.33 |
| HSL | 65.5º | 0.47% | 0.46% | - |
| HSV(B) | 65.5º | 0.64% | 0.67% | - |
| XYZ | 30.13 | 37.05 | 10.12 | - |
| YUV | 155.58 | 75.19 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 62 | 0.06 | 0 | 0.64 | 0.33 | 65.5 | 0.47 | 0.46 |
| Hex | A1 | AB | 3E | 6 | 0 | 40 | 21 | 42 | 2F | 2E |
| Octal | 241 | 253 | 76 | 6 | 0 | 100 | 41 | 102 | 57 | 56 |
| Binary | 10100001 | 10101011 | 111110 | 110 | 0 | 1000000 | 100001 | 1000010 | 101111 | 101110 |
Color Harmonies of #A1AB3E
Complementary color
Monochromatic Colors of #A1AB3E
Black with #A1AB3E
Text Example
Text Example
White with #A1AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB3E; }
p { color: rgb(161,171,62); }
H1.HeaderClassName
{
color: #A1AB3E;
}
.AnyTagClassName
{
color: #A1AB3E;
}
</style>
background-color css
<style>
a { background-color: #A1AB3E; }
a { background-color: rgb(161,171,62); }
div.DivClassName
{
background-color: #A1AB3E;
}
.BgClassName
{
background-color: #A1AB3E;
}
</style>
border-color css
<style>
span { border-color: #A1AB3E; }
span { border-color: rgb(161,171,62); }
td.TdClassName
{
border-color: #A1AB3E;
}
.TagClassName
{
border-color: #A1AB3E;
}
</style>