#A5A34A

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

Shades of Brass #A5A34A

Tints of Brass #A5A34A

Color information

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

HSL color Cylindrical-coordinate representation of color #A5A34A: hue angle of 58.68º 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 #A5A34A is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16516374-
CMYK00.010.550.35
HSL58.68º38.08%46.86%-
HSV(B)58.68º55.15%64.71%-
XYZ29.8534.6911.6-
YUV153.4583.16136.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651637400.010.550.3558.6838.0846.86
HexA5A34A0137233b262f
Octal245243112016743734657
Binary1010010110100011100101001110111100011111011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A34A; }

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

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

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

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

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

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

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

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