Shades of Brass #A1AB38
Tints of Brass #A1AB38
RGB
CMYK
RGB Variations
Color information
#A1AB38 (or 0xA1AB38) is known color: Brass. HEX triplet: A1, AB and 38. RGB value is (161,171,56). Sum of RGB (Red+Green+Blue) = 161+171+56=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 56 (22.27% from 255 or 14.43% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #A1AB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AB38 is #5E54C7. Grayscale: #9B9B9B. Windows color (decimal): -6182088 or 3713953. OLE color: 3713953.
HSL color Cylindrical-coordinate representation of color #A1AB38: hue angle of 65.22º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A1AB38 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 171 | 56 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.33 |
| HSL | 65.22º | 0.51% | 0.45% | - |
| HSV(B) | 65.22º | 0.67% | 0.67% | - |
| XYZ | 29.97 | 36.99 | 9.3 | - |
| YUV | 154.9 | 72.19 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 171 | 56 | 0.06 | 0 | 0.67 | 0.33 | 65.22 | 0.51 | 0.45 |
| Hex | A1 | AB | 38 | 6 | 0 | 43 | 21 | 41 | 33 | 2D |
| Octal | 241 | 253 | 70 | 6 | 0 | 103 | 41 | 101 | 63 | 55 |
| Binary | 10100001 | 10101011 | 111000 | 110 | 0 | 1000011 | 100001 | 1000001 | 110011 | 101101 |
Color Harmonies of #A1AB38
Complementary color
Monochromatic Colors of #A1AB38
Black with #A1AB38
Text Example
Text Example
White with #A1AB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AB38; }
p { color: rgb(161,171,56); }
H1.HeaderClassName
{
color: #A1AB38;
}
.AnyTagClassName
{
color: #A1AB38;
}
</style>
background-color css
<style>
a { background-color: #A1AB38; }
a { background-color: rgb(161,171,56); }
div.DivClassName
{
background-color: #A1AB38;
}
.BgClassName
{
background-color: #A1AB38;
}
</style>
border-color css
<style>
span { border-color: #A1AB38; }
span { border-color: rgb(161,171,56); }
td.TdClassName
{
border-color: #A1AB38;
}
.TagClassName
{
border-color: #A1AB38;
}
</style>