Shades of Brass #A1A348
Tints of Brass #A1A348
RGB
CMYK
RGB Variations
Color information
#A1A348 (or 0xA1A348) is known color: Brass. HEX triplet: A1, A3 and 48. RGB value is (161,163,72). Sum of RGB (Red+Green+Blue) = 161+163+72=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A348 is #5E5CB7. Grayscale: #989898. Windows color (decimal): -6184120 or 4760481. OLE color: 4760481.
HSL color Cylindrical-coordinate representation of color #A1A348: hue angle of 61.32º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1A348 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 72 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.36 |
| HSL | 61.32º | 0.39% | 0.46% | - |
| HSV(B) | 61.32º | 0.56% | 0.64% | - |
| XYZ | 28.96 | 34.24 | 11.21 | - |
| YUV | 152.03 | 82.84 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 72 | 0.01 | 0 | 0.56 | 0.36 | 61.32 | 0.39 | 0.46 |
| Hex | A1 | A3 | 48 | 1 | 0 | 38 | 24 | 3D | 27 | 2E |
| Octal | 241 | 243 | 110 | 1 | 0 | 70 | 44 | 75 | 47 | 56 |
| Binary | 10100001 | 10100011 | 1001000 | 1 | 0 | 111000 | 100100 | 111101 | 100111 | 101110 |
Color Harmonies of #A1A348
Complementary color
Monochromatic Colors of #A1A348
Black with #A1A348
Text Example
Text Example
White with #A1A348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A348; }
p { color: rgb(161,163,72); }
H1.HeaderClassName
{
color: #A1A348;
}
.AnyTagClassName
{
color: #A1A348;
}
</style>
background-color css
<style>
a { background-color: #A1A348; }
a { background-color: rgb(161,163,72); }
div.DivClassName
{
background-color: #A1A348;
}
.BgClassName
{
background-color: #A1A348;
}
</style>
border-color css
<style>
span { border-color: #A1A348; }
span { border-color: rgb(161,163,72); }
td.TdClassName
{
border-color: #A1A348;
}
.TagClassName
{
border-color: #A1A348;
}
</style>