#A6A734

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

Shades of Brass #A6A734

Tints of Brass #A6A734

Color information

#A6A734 (or 0xA6A734) is unknown color: approx Brass. HEX triplet: A6, A7 and 34. RGB value is (166,167,52). Sum of RGB (Red+Green+Blue) = 166+167+52=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A734 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A734 is #5958CB. Grayscale: #9A9A9A. Windows color (decimal): -5855436 or 3450790. OLE color: 3450790.

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

Color convert

RGB16616752-
CMYK0.0100.690.35
HSL60.52º52.51%42.94%-
HSV(B)60.52º68.86%65.49%-
XYZ30.1635.998.61-
YUV153.5970.67136.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.12%
GREEN value IS 167 (65.62% from 255) = 43.38%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=43.12%
G=43.38%
B=13.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166167520.0100.690.3560.5252.5142.94
HexA6A7341045233d352b
Octal246247641010543756553
Binary1010011010100111110100101000101100011111101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A734; }

 p { color: rgb(166,167,52); }

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

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

 a { background-color: rgb(166,167,52); }

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

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

 span { border-color: rgb(166,167,52); }

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