#A3AA45

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

Shades of Brass #A3AA45

Tints of Brass #A3AA45

Color information

#A3AA45 (or 0xA3AA45) is unknown color: approx Brass. HEX triplet: A3, AA and 45. RGB value is (163,170,69). Sum of RGB (Red+Green+Blue) = 163+170+69=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AA45 is #5C55BA. Grayscale: #9C9C9C. Windows color (decimal): -6051259 or 4565667. OLE color: 4565667.

HSL color Cylindrical-coordinate representation of color #A3AA45: hue angle of 64.16º 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 #A3AA45 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB16317069-
CMYK0.0400.590.33
HSL64.16º42.26%46.86%-
HSV(B)64.16º59.41%66.67%-
XYZ30.5536.9711.15-
YUV156.3978.68132.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=40.55%
G=42.29%
B=17.16%

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
Decimal163170690.0400.590.3364.1642.2646.86
HexA3AA45403B21402a2f
Octal2432521054073411005257
Binary1010001110101010100010110001110111000011000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA45; }

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

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

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

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

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

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

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

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