#A3AA4A

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

Shades of Brass #A3AA4A

Tints of Brass #A3AA4A

Color information

#A3AA4A (or 0xA3AA4A) is unknown color: approx Brass. HEX triplet: A3, AA and 4A. RGB value is (163,170,74). Sum of RGB (Red+Green+Blue) = 163+170+74=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA4A is #5C55B5. Grayscale: #9D9D9D. Windows color (decimal): -6051254 or 4893347. OLE color: 4893347.

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

Color convert

RGB16317074-
CMYK0.0400.560.33
HSL64.38º39.34%47.84%-
HSV(B)64.38º56.47%66.67%-
XYZ30.7237.0312.01-
YUV156.9681.18132.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=40.05%
G=41.77%
B=18.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163170740.0400.560.3364.3839.3447.84
HexA3AA4A403821402730
Octal2432521124070411004760
Binary1010001110101010100101010001110001000011000000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA4A; }

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

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

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

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

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

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

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

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