Shades of Brass #A1A44B
Tints of Brass #A1A44B
RGB
CMYK
RGB Variations
Color information
#A1A44B (or 0xA1A44B) is known color: Brass. HEX triplet: A1, A4 and 4B. RGB value is (161,164,75). Sum of RGB (Red+Green+Blue) = 161+164+75=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A44B is #5E5BB4. Grayscale: #999999. Windows color (decimal): -6183861 or 4957345. OLE color: 4957345.
HSL color Cylindrical-coordinate representation of color #A1A44B: hue angle of 62.02º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1A44B is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 164 | 75 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.36 |
| HSL | 62.02º | 0.37% | 0.47% | - |
| HSV(B) | 62.02º | 0.54% | 0.64% | - |
| XYZ | 29.24 | 34.64 | 11.8 | - |
| YUV | 152.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 164 | 75 | 0.02 | 0 | 0.54 | 0.36 | 62.02 | 0.37 | 0.47 |
| Hex | A1 | A4 | 4B | 2 | 0 | 36 | 24 | 3E | 25 | 2F |
| Octal | 241 | 244 | 113 | 2 | 0 | 66 | 44 | 76 | 45 | 57 |
| Binary | 10100001 | 10100100 | 1001011 | 10 | 0 | 110110 | 100100 | 111110 | 100101 | 101111 |
Color Harmonies of #A1A44B
Complementary color
Monochromatic Colors of #A1A44B
Black with #A1A44B
Text Example
Text Example
White with #A1A44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A44B; }
p { color: rgb(161,164,75); }
H1.HeaderClassName
{
color: #A1A44B;
}
.AnyTagClassName
{
color: #A1A44B;
}
</style>
background-color css
<style>
a { background-color: #A1A44B; }
a { background-color: rgb(161,164,75); }
div.DivClassName
{
background-color: #A1A44B;
}
.BgClassName
{
background-color: #A1A44B;
}
</style>
border-color css
<style>
span { border-color: #A1A44B; }
span { border-color: rgb(161,164,75); }
td.TdClassName
{
border-color: #A1A44B;
}
.TagClassName
{
border-color: #A1A44B;
}
</style>