#A3A034

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

Shades of Brass #A3A034

Tints of Brass #A3A034

Color information

#A3A034 (or 0xA3A034) is unknown color: approx Brass. HEX triplet: A3, A0 and 34. RGB value is (163,160,52). Sum of RGB (Red+Green+Blue) = 163+160+52=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A034 is #5C5FCB. Grayscale: #959595. Windows color (decimal): -6053836 or 3448995. OLE color: 3448995.

HSL color Cylindrical-coordinate representation of color #A3A034: hue angle of 58.38º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3A034 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16316052-
CMYK00.020.680.36
HSL58.38º51.63%42.16%-
HSV(B)58.38º68.1%63.92%-
XYZ28.2933.188.16-
YUV148.5873.49138.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 52 (20.70% from 255) = 13.87%
R=43.47%
G=42.67%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631605200.020.680.3658.3851.6342.16
HexA3A0340244243a342a
Octal243240640210444726452
Binary10100011101000001101000101000100100100111010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A034; }

 p { color: rgb(163,160,52); }

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

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

 a { background-color: rgb(163,160,52); }

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

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

 span { border-color: rgb(163,160,52); }

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