#A3AA46

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

Shades of Brass #A3AA46

Tints of Brass #A3AA46

Color information

#A3AA46 (or 0xA3AA46) is unknown color: approx Brass. HEX triplet: A3, AA and 46. RGB value is (163,170,70). Sum of RGB (Red+Green+Blue) = 163+170+70=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA46 is #5C55B9. Grayscale: #9C9C9C. Windows color (decimal): -6051258 or 4631203. OLE color: 4631203.

HSL color Cylindrical-coordinate representation of color #A3AA46: hue angle of 64.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A3AA46 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB16317070-
CMYK0.0400.590.33
HSL64.2º41.67%47.06%-
HSV(B)64.2º58.82%66.67%-
XYZ30.5836.9811.32-
YUV156.5179.18132.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.45%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 70 (27.73% from 255) = 17.37%
R=40.45%
G=42.18%
B=17.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163170700.0400.590.3364.241.6747.06
HexA3AA46403B21402a2f
Octal2432521064073411005257
Binary1010001110101010100011010001110111000011000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA46; }

 p { color: rgb(163,170,70); }

 H1.HeaderClassName
 {
   color: #A3AA46;
 }
 .AnyTagClassName
 {
   color: #A3AA46;
 }
</style>
background-color css

<style>
 a { background-color: #A3AA46; }

 a { background-color: rgb(163,170,70); }

 div.DivClassName
 {
   background-color: #A3AA46;
 }
 .BgClassName
 {
   background-color: #A3AA46;
 }
</style>
border-color css

<style>
 span { border-color: #A3AA46; }

 span { border-color: rgb(163,170,70); }

 td.TdClassName
 {
   border-color: #A3AA46;
 }
 .TagClassName
 {
   border-color: #A3AA46;
 }
</style>