#A4A34C

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

Shades of Brass #A4A34C

Tints of Brass #A4A34C

Color information

#A4A34C (or 0xA4A34C) is unknown color: approx Brass. HEX triplet: A4, A3 and 4C. RGB value is (164,163,76). Sum of RGB (Red+Green+Blue) = 164+163+76=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A34C is #5B5CB3. Grayscale: #999999. Windows color (decimal): -5987508 or 5022628. OLE color: 5022628.

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

Color convert

RGB16416376-
CMYK00.010.540.36
HSL59.32º36.67%47.06%-
HSV(B)59.32º53.66%64.31%-
XYZ29.7134.6111.95-
YUV153.3884.33135.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.69%
GREEN value IS 163 (64.06% from 255) = 40.45%
BLUE value IS 76 (30.08% from 255) = 18.86%
R=40.69%
G=40.45%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641637600.010.540.3659.3236.6747.06
HexA4A34C0136243b252f
Octal244243114016644734557
Binary1010010010100011100110001110110100100111011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A34C; }

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

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

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

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

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

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

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

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