#A4A64D

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

Shades of Brass #A4A64D

Tints of Brass #A4A64D

Color information

#A4A64D (or 0xA4A64D) is unknown color: approx Brass. HEX triplet: A4, A6 and 4D. RGB value is (164,166,77). Sum of RGB (Red+Green+Blue) = 164+166+77=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 77 (30.47% from 255 or 18.92% from 407); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A64D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A64D is #5B59B2. Grayscale: #9B9B9B. Windows color (decimal): -5986739 or 5088932. OLE color: 5088932.

HSL color Cylindrical-coordinate representation of color #A4A64D: hue angle of 61.35º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A4A64D is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16416677-
CMYK0.0100.540.35
HSL61.35º36.63%47.65%-
HSV(B)61.35º53.61%65.1%-
XYZ30.2935.712.32-
YUV155.2683.84134.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 77 (30.47% from 255) = 18.92%
R=40.29%
G=40.79%
B=18.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166770.0100.540.3561.3536.6347.65
HexA4A64D1036233d2530
Octal244246115106643754560
Binary1010010010100110100110110110110100011111101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A64D; }

 p { color: rgb(164,166,77); }

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

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

 a { background-color: rgb(164,166,77); }

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

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

 span { border-color: rgb(164,166,77); }

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