Shades of Brass #A1AB3B
Tints of Brass #A1AB3B
RGB
CMYK
RGB Variations
Color information
#A1AB3B (or 0xA1AB3B) is known color: Brass. HEX triplet: A1, AB and 3B. RGB value is (161,171,59). Sum of RGB (Red+Green+Blue) = 161+171+59=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB3B is #5E54C4. Grayscale: #9B9B9B. Windows color (decimal): -6182085 or 3910561. OLE color: 3910561.
HSL color Cylindrical-coordinate representation of color #A1AB3B: hue angle of 65.36º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1AB3B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 59 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.33 |
| HSL | 65.36º | 0.49% | 0.45% | - |
| HSV(B) | 65.36º | 0.65% | 0.67% | - |
| XYZ | 30.05 | 37.02 | 9.7 | - |
| YUV | 155.24 | 73.69 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 59 | 0.06 | 0 | 0.65 | 0.33 | 65.36 | 0.49 | 0.45 |
| Hex | A1 | AB | 3B | 6 | 0 | 41 | 21 | 41 | 31 | 2D |
| Octal | 241 | 253 | 73 | 6 | 0 | 101 | 41 | 101 | 61 | 55 |
| Binary | 10100001 | 10101011 | 111011 | 110 | 0 | 1000001 | 100001 | 1000001 | 110001 | 101101 |
Color Harmonies of #A1AB3B
Complementary color
Monochromatic Colors of #A1AB3B
Black with #A1AB3B
Text Example
Text Example
White with #A1AB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB3B; }
p { color: rgb(161,171,59); }
H1.HeaderClassName
{
color: #A1AB3B;
}
.AnyTagClassName
{
color: #A1AB3B;
}
</style>
background-color css
<style>
a { background-color: #A1AB3B; }
a { background-color: rgb(161,171,59); }
div.DivClassName
{
background-color: #A1AB3B;
}
.BgClassName
{
background-color: #A1AB3B;
}
</style>
border-color css
<style>
span { border-color: #A1AB3B; }
span { border-color: rgb(161,171,59); }
td.TdClassName
{
border-color: #A1AB3B;
}
.TagClassName
{
border-color: #A1AB3B;
}
</style>