Shades of Brass #A3AA44
Tints of Brass #A3AA44
RGB
CMYK
RGB Variations
Color information
#A3AA44 (or 0xA3AA44) is known color: Brass. HEX triplet: A3, AA and 44. RGB value is (163,170,68). Sum of RGB (Red+Green+Blue) = 163+170+68=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA44 is #5C55BB. Grayscale: #9C9C9C. Windows color (decimal): -6051260 or 4500131. OLE color: 4500131.
HSL color Cylindrical-coordinate representation of color #A3AA44: hue angle of 64.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3AA44 is Cyan = 0.04, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 68 | - |
| CMYK | 0.04 | 0 | 0.6 | 0.33 |
| HSL | 64.12º | 0.43% | 0.47% | - |
| HSV(B) | 64.12º | 0.6% | 0.67% | - |
| XYZ | 30.52 | 36.95 | 10.99 | - |
| YUV | 156.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 68 | 0.04 | 0 | 0.6 | 0.33 | 64.12 | 0.43 | 0.47 |
| Hex | A3 | AA | 44 | 4 | 0 | 3C | 21 | 40 | 2B | 2F |
| Octal | 243 | 252 | 104 | 4 | 0 | 74 | 41 | 100 | 53 | 57 |
| Binary | 10100011 | 10101010 | 1000100 | 100 | 0 | 111100 | 100001 | 1000000 | 101011 | 101111 |
Color Harmonies of #A3AA44
Complementary color
Monochromatic Colors of #A3AA44
Black with #A3AA44
Text Example
Text Example
White with #A3AA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA44; }
p { color: rgb(163,170,68); }
H1.HeaderClassName
{
color: #A3AA44;
}
.AnyTagClassName
{
color: #A3AA44;
}
</style>
background-color css
<style>
a { background-color: #A3AA44; }
a { background-color: rgb(163,170,68); }
div.DivClassName
{
background-color: #A3AA44;
}
.BgClassName
{
background-color: #A3AA44;
}
</style>
border-color css
<style>
span { border-color: #A3AA44; }
span { border-color: rgb(163,170,68); }
td.TdClassName
{
border-color: #A3AA44;
}
.TagClassName
{
border-color: #A3AA44;
}
</style>