#A6A345

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

Shades of Brass #A6A345

Tints of Brass #A6A345

Color information

#A6A345 (or 0xA6A345) is unknown color: approx Brass. HEX triplet: A6, A3 and 45. RGB value is (166,163,69). Sum of RGB (Red+Green+Blue) = 166+163+69=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A345 is #595CBA. Grayscale: #999999. Windows color (decimal): -5856443 or 4563878. OLE color: 4563878.

HSL color Cylindrical-coordinate representation of color #A6A345: hue angle of 58.14º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6A345 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB16616369-
CMYK00.020.580.35
HSL58.14º41.28%46.08%-
HSV(B)58.14º58.43%65.1%-
XYZ29.934.7310.76-
YUV153.1880.49137.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 69 (27.34% from 255) = 17.34%
R=41.71%
G=40.95%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661636900.020.580.3558.1441.2846.08
HexA6A345023A233a292e
Octal246243105027243725156
Binary10100110101000111000101010111010100011111010101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A345; }

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

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

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

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

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

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

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

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