Shades of Brass #A3AA3F
Tints of Brass #A3AA3F
RGB
CMYK
RGB Variations
Color information
#A3AA3F (or 0xA3AA3F) is known color: Brass. HEX triplet: A3, AA and 3F. RGB value is (163,170,63). Sum of RGB (Red+Green+Blue) = 163+170+63=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 63 (25% from 255 or 15.91% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA3F is #5C55C0. Grayscale: #9C9C9C. Windows color (decimal): -6051265 or 4172451. OLE color: 4172451.
HSL color Cylindrical-coordinate representation of color #A3AA3F: hue angle of 63.93º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3AA3F is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 63 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.33 |
| HSL | 63.93º | 0.46% | 0.46% | - |
| HSV(B) | 63.93º | 0.63% | 0.67% | - |
| XYZ | 30.38 | 36.89 | 10.22 | - |
| YUV | 155.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 63 | 0.04 | 0 | 0.63 | 0.33 | 63.93 | 0.46 | 0.46 |
| Hex | A3 | AA | 3F | 4 | 0 | 3F | 21 | 40 | 2E | 2E |
| Octal | 243 | 252 | 77 | 4 | 0 | 77 | 41 | 100 | 56 | 56 |
| Binary | 10100011 | 10101010 | 111111 | 100 | 0 | 111111 | 100001 | 1000000 | 101110 | 101110 |
Color Harmonies of #A3AA3F
Complementary color
Monochromatic Colors of #A3AA3F
Black with #A3AA3F
Text Example
Text Example
White with #A3AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA3F; }
p { color: rgb(163,170,63); }
H1.HeaderClassName
{
color: #A3AA3F;
}
.AnyTagClassName
{
color: #A3AA3F;
}
</style>
background-color css
<style>
a { background-color: #A3AA3F; }
a { background-color: rgb(163,170,63); }
div.DivClassName
{
background-color: #A3AA3F;
}
.BgClassName
{
background-color: #A3AA3F;
}
</style>
border-color css
<style>
span { border-color: #A3AA3F; }
span { border-color: rgb(163,170,63); }
td.TdClassName
{
border-color: #A3AA3F;
}
.TagClassName
{
border-color: #A3AA3F;
}
</style>