Shades of Brass #A1AA43
Tints of Brass #A1AA43
RGB
CMYK
RGB Variations
Color information
#A1AA43 (or 0xA1AA43) is known color: Brass. HEX triplet: A1, AA and 43. RGB value is (161,170,67). Sum of RGB (Red+Green+Blue) = 161+170+67=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AA43 is #5E55BC. Grayscale: #9B9B9B. Windows color (decimal): -6182333 or 4434593. OLE color: 4434593.
HSL color Cylindrical-coordinate representation of color #A1AA43: hue angle of 65.24º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1AA43 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 67 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.33 |
| HSL | 65.24º | 0.43% | 0.46% | - |
| HSV(B) | 65.24º | 0.61% | 0.67% | - |
| XYZ | 30.09 | 36.73 | 10.81 | - |
| YUV | 155.57 | 78.02 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 67 | 0.05 | 0 | 0.61 | 0.33 | 65.24 | 0.43 | 0.46 |
| Hex | A1 | AA | 43 | 5 | 0 | 3D | 21 | 41 | 2B | 2E |
| Octal | 241 | 252 | 103 | 5 | 0 | 75 | 41 | 101 | 53 | 56 |
| Binary | 10100001 | 10101010 | 1000011 | 101 | 0 | 111101 | 100001 | 1000001 | 101011 | 101110 |
Color Harmonies of #A1AA43
Complementary color
Monochromatic Colors of #A1AA43
Black with #A1AA43
Text Example
Text Example
White with #A1AA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA43; }
p { color: rgb(161,170,67); }
H1.HeaderClassName
{
color: #A1AA43;
}
.AnyTagClassName
{
color: #A1AA43;
}
</style>
background-color css
<style>
a { background-color: #A1AA43; }
a { background-color: rgb(161,170,67); }
div.DivClassName
{
background-color: #A1AA43;
}
.BgClassName
{
background-color: #A1AA43;
}
</style>
border-color css
<style>
span { border-color: #A1AA43; }
span { border-color: rgb(161,170,67); }
td.TdClassName
{
border-color: #A1AA43;
}
.TagClassName
{
border-color: #A1AA43;
}
</style>