#A4A340

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

Shades of Brass #A4A340

Tints of Brass #A4A340

Color information

#A4A340 (or 0xA4A340) is unknown color: approx Brass. HEX triplet: A4, A3 and 40. RGB value is (164,163,64). Sum of RGB (Red+Green+Blue) = 164+163+64=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 64 (25.39% from 255 or 16.37% from 391); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A340 is #5B5CBF. Grayscale: #989898. Windows color (decimal): -5987520 or 4236196. OLE color: 4236196.

HSL color Cylindrical-coordinate representation of color #A4A340: hue angle of 59.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4A340 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16416364-
CMYK00.010.610.36
HSL59.4º43.86%44.71%-
HSV(B)59.4º60.98%64.31%-
XYZ29.3334.469.96-
YUV152.0178.33136.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 163 (64.06% from 255) = 41.69%
BLUE value IS 64 (25.39% from 255) = 16.37%
R=41.94%
G=41.69%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641636400.010.610.3659.443.8644.71
HexA4A340013D243b2c2d
Octal244243100017544735455
Binary1010010010100011100000001111101100100111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A340; }

 p { color: rgb(164,163,64); }

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

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

 a { background-color: rgb(164,163,64); }

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

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

 span { border-color: rgb(164,163,64); }

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