#A3A43C

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

Shades of Brass #A3A43C

Tints of Brass #A3A43C

Color information

#A3A43C (or 0xA3A43C) is unknown color: approx Brass. HEX triplet: A3, A4 and 3C. RGB value is (163,164,60). Sum of RGB (Red+Green+Blue) = 163+164+60=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A43C is #5C5BC3. Grayscale: #989898. Windows color (decimal): -6052804 or 3974307. OLE color: 3974307.

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

Color convert

RGB16316460-
CMYK0.0100.630.36
HSL60.58º46.43%43.92%-
HSV(B)60.58º63.41%64.31%-
XYZ29.234.669.43-
YUV151.8476.17135.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 164 (64.45% from 255) = 42.38%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=42.12%
G=42.38%
B=15.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163164600.0100.630.3660.5846.4343.92
HexA3A43C103F243d2e2c
Octal24324474107744755654
Binary101000111010010011110010111111100100111101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A43C; }

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

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

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

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

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

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

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

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