Shades of Brass #A3AB44
Tints of Brass #A3AB44
RGB
CMYK
RGB Variations
Color information
#A3AB44 (or 0xA3AB44) is known color: Brass. HEX triplet: A3, AB and 44. RGB value is (163,171,68). Sum of RGB (Red+Green+Blue) = 163+171+68=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AB44 is #5C54BB. Grayscale: #9D9D9D. Windows color (decimal): -6051004 or 4500387. OLE color: 4500387.
HSL color Cylindrical-coordinate representation of color #A3AB44: hue angle of 64.66º 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 #A3AB44 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 171 | 68 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.33 |
| HSL | 64.66º | 0.43% | 0.47% | - |
| HSV(B) | 64.66º | 0.6% | 0.67% | - |
| XYZ | 30.71 | 37.33 | 11.06 | - |
| YUV | 156.87 | 77.85 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 171 | 68 | 0.05 | 0 | 0.60 | 0.33 | 64.66 | 0.43 | 0.47 |
| Hex | A3 | AB | 44 | 5 | 0 | 3C | 21 | 41 | 2B | 2F |
| Octal | 243 | 253 | 104 | 5 | 0 | 74 | 41 | 101 | 53 | 57 |
| Binary | 10100011 | 10101011 | 1000100 | 101 | 0 | 111100 | 100001 | 1000001 | 101011 | 101111 |
Color Harmonies of #A3AB44
Complementary color
Monochromatic Colors of #A3AB44
Black with #A3AB44
Text Example
Text Example
White with #A3AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AB44; }
p { color: rgb(163,171,68); }
H1.HeaderClassName
{
color: #A3AB44;
}
.AnyTagClassName
{
color: #A3AB44;
}
</style>
background-color css
<style>
a { background-color: #A3AB44; }
a { background-color: rgb(163,171,68); }
div.DivClassName
{
background-color: #A3AB44;
}
.BgClassName
{
background-color: #A3AB44;
}
</style>
border-color css
<style>
span { border-color: #A3AB44; }
span { border-color: rgb(163,171,68); }
td.TdClassName
{
border-color: #A3AB44;
}
.TagClassName
{
border-color: #A3AB44;
}
</style>