#A3A54A

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

Shades of Brass #A3A54A

Tints of Brass #A3A54A

Color information

#A3A54A (or 0xA3A54A) is unknown color: approx Brass. HEX triplet: A3, A5 and 4A. RGB value is (163,165,74). Sum of RGB (Red+Green+Blue) = 163+165+74=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A54A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A54A is #5C5AB5. Grayscale: #9A9A9A. Windows color (decimal): -6052534 or 4892067. OLE color: 4892067.

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

Color convert

RGB16316574-
CMYK0.0100.550.35
HSL61.32º38.08%46.86%-
HSV(B)61.32º55.15%64.71%-
XYZ29.835.1911.7-
YUV154.0382.84134.4-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.55%
GREEN value IS 165 (64.84% from 255) = 41.04%
BLUE value IS 74 (29.30% from 255) = 18.41%
R=40.55%
G=41.04%
B=18.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163165740.0100.550.3561.3238.0846.86
HexA3A54A1037233d262f
Octal243245112106743754657
Binary1010001110100101100101010110111100011111101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A54A; }

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

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

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

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

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

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

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

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