#A4A641

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

Shades of Brass #A4A641

Tints of Brass #A4A641

Color information

#A4A641 (or 0xA4A641) is unknown color: approx Brass. HEX triplet: A4, A6 and 41. RGB value is (164,166,65). Sum of RGB (Red+Green+Blue) = 164+166+65=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 65 (25.78% from 255 or 16.46% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #A4A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A641 is #5B59BE. Grayscale: #9A9A9A. Windows color (decimal): -5986751 or 4302500. OLE color: 4302500.

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

Color convert

RGB16416665-
CMYK0.0100.610.35
HSL61.19º43.72%45.29%-
HSV(B)61.19º60.84%65.1%-
XYZ29.935.5510.29-
YUV153.8977.84135.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 65 (25.78% from 255) = 16.46%
R=41.52%
G=42.03%
B=16.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164166650.0100.610.3561.1943.7245.29
HexA4A641103D233d2c2d
Octal244246101107543755455
Binary1010010010100110100000110111101100011111101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A641; }

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

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

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

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

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

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

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

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