#A3AA44

Color #A3AA44 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #A3AA44

Tints of Brass #A3AA44

Color information

#A3AA44 (or 0xA3AA44) is unknown color: approx 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

RGB16317068-
CMYK0.0400.60.33
HSL64.12º42.86%46.67%-
HSV(B)64.12º60%66.67%-
XYZ30.5236.9510.99-
YUV156.2878.18132.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 40.65%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=40.65%
G=42.39%
B=16.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163170680.0400.60.3364.1242.8646.67
HexA3AA44403C21402b2f
Octal2432521044074411005357
Binary1010001110101010100010010001111001000011000000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>