#A6A34B

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

Shades of Brass #A6A34B

Tints of Brass #A6A34B

Color information

#A6A34B (or 0xA6A34B) is unknown color: approx Brass. HEX triplet: A6, A3 and 4B. RGB value is (166,163,75). Sum of RGB (Red+Green+Blue) = 166+163+75=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A34B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A34B is #595CB4. Grayscale: #9A9A9A. Windows color (decimal): -5856437 or 4957094. OLE color: 4957094.

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

Color convert

RGB16616375-
CMYK00.020.550.35
HSL58.02º37.76%47.25%-
HSV(B)58.02º54.82%65.1%-
XYZ30.0934.8111.79-
YUV153.8683.49136.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.09%
GREEN value IS 163 (64.06% from 255) = 40.35%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=41.09%
G=40.35%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661637500.020.550.3558.0237.7647.25
HexA6A34B0237233a262f
Octal246243113026743724657
Binary10100110101000111001011010110111100011111010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A34B; }

 p { color: rgb(166,163,75); }

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

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

 a { background-color: rgb(166,163,75); }

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

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

 span { border-color: rgb(166,163,75); }

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