Shades of Brass #A1A733
Tints of Brass #A1A733
RGB
CMYK
RGB Variations
Color information
#A1A733 (or 0xA1A733) is known color: Brass. HEX triplet: A1, A7 and 33. RGB value is (161,167,51). Sum of RGB (Red+Green+Blue) = 161+167+51=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A733 is #5E58CC. Grayscale: #989898. Windows color (decimal): -6183117 or 3385249. OLE color: 3385249.
HSL color Cylindrical-coordinate representation of color #A1A733: hue angle of 63.1º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1A733 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 161 | 167 | 51 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.35 |
| HSL | 63.1º | 0.53% | 0.43% | - |
| HSV(B) | 63.1º | 0.69% | 0.65% | - |
| XYZ | 29.11 | 35.45 | 8.44 | - |
| YUV | 151.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 167 | 51 | 0.04 | 0 | 0.69 | 0.35 | 63.1 | 0.53 | 0.43 |
| Hex | A1 | A7 | 33 | 4 | 0 | 45 | 23 | 3F | 35 | 2B |
| Octal | 241 | 247 | 63 | 4 | 0 | 105 | 43 | 77 | 65 | 53 |
| Binary | 10100001 | 10100111 | 110011 | 100 | 0 | 1000101 | 100011 | 111111 | 110101 | 101011 |
Color Harmonies of #A1A733
Complementary color
Monochromatic Colors of #A1A733
Black with #A1A733
Text Example
Text Example
White with #A1A733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A733; }
p { color: rgb(161,167,51); }
H1.HeaderClassName
{
color: #A1A733;
}
.AnyTagClassName
{
color: #A1A733;
}
</style>
background-color css
<style>
a { background-color: #A1A733; }
a { background-color: rgb(161,167,51); }
div.DivClassName
{
background-color: #A1A733;
}
.BgClassName
{
background-color: #A1A733;
}
</style>
border-color css
<style>
span { border-color: #A1A733; }
span { border-color: rgb(161,167,51); }
td.TdClassName
{
border-color: #A1A733;
}
.TagClassName
{
border-color: #A1A733;
}
</style>