Shades of Brass #A1AB40
Tints of Brass #A1AB40
RGB
CMYK
RGB Variations
Color information
#A1AB40 (or 0xA1AB40) is known color: Brass. HEX triplet: A1, AB and 40. RGB value is (161,171,64). Sum of RGB (Red+Green+Blue) = 161+171+64=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB40 is #5E54BF. Grayscale: #9C9C9C. Windows color (decimal): -6182080 or 4238241. OLE color: 4238241.
HSL color Cylindrical-coordinate representation of color #A1AB40: hue angle of 65.61º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A1AB40 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 64 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.33 |
| HSL | 65.61º | 0.46% | 0.46% | - |
| HSV(B) | 65.61º | 0.63% | 0.67% | - |
| XYZ | 30.19 | 37.07 | 10.42 | - |
| YUV | 155.81 | 76.19 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 64 | 0.06 | 0 | 0.63 | 0.33 | 65.61 | 0.46 | 0.46 |
| Hex | A1 | AB | 40 | 6 | 0 | 3F | 21 | 42 | 2E | 2E |
| Octal | 241 | 253 | 100 | 6 | 0 | 77 | 41 | 102 | 56 | 56 |
| Binary | 10100001 | 10101011 | 1000000 | 110 | 0 | 111111 | 100001 | 1000010 | 101110 | 101110 |
Color Harmonies of #A1AB40
Complementary color
Monochromatic Colors of #A1AB40
Black with #A1AB40
Text Example
Text Example
White with #A1AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB40; }
p { color: rgb(161,171,64); }
H1.HeaderClassName
{
color: #A1AB40;
}
.AnyTagClassName
{
color: #A1AB40;
}
</style>
background-color css
<style>
a { background-color: #A1AB40; }
a { background-color: rgb(161,171,64); }
div.DivClassName
{
background-color: #A1AB40;
}
.BgClassName
{
background-color: #A1AB40;
}
</style>
border-color css
<style>
span { border-color: #A1AB40; }
span { border-color: rgb(161,171,64); }
td.TdClassName
{
border-color: #A1AB40;
}
.TagClassName
{
border-color: #A1AB40;
}
</style>