#A3A53C

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

Shades of Brass #A3A53C

Tints of Brass #A3A53C

Color information

#A3A53C (or 0xA3A53C) is unknown color: approx Brass. HEX triplet: A3, A5 and 3C. RGB value is (163,165,60). Sum of RGB (Red+Green+Blue) = 163+165+60=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A53C is #5C5AC3. Grayscale: #989898. Windows color (decimal): -6052548 or 3974563. OLE color: 3974563.

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

Color convert

RGB16316560-
CMYK0.0100.640.35
HSL61.14º46.67%44.12%-
HSV(B)61.14º63.64%64.71%-
XYZ29.3835.029.49-
YUV152.4375.84135.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 60 (23.83% from 255) = 15.46%
R=42.01%
G=42.53%
B=15.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165600.0100.640.3561.1446.6744.12
HexA3A53C1040233d2f2c
Octal243245741010043755754
Binary1010001110100101111100101000000100011111101101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A53C; }

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

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

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

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

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

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

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

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