#A6AC45

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

Shades of Brass #A6AC45

Tints of Brass #A6AC45

Color information

#A6AC45 (or 0xA6AC45) is unknown color: approx Brass. HEX triplet: A6, AC and 45. RGB value is (166,172,69). Sum of RGB (Red+Green+Blue) = 166+172+69=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #A6AC45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AC45 is #5953BA. Grayscale: #9E9E9E. Windows color (decimal): -5854139 or 4566182. OLE color: 4566182.

HSL color Cylindrical-coordinate representation of color #A6AC45: hue angle of 63.5º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A6AC45 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB16617269-
CMYK0.0300.600.33
HSL63.5º42.74%47.25%-
HSV(B)63.5º59.88%67.45%-
XYZ31.5538.0411.31-
YUV158.4677.51133.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 172 (67.58% from 255) = 42.26%
BLUE value IS 69 (27.34% from 255) = 16.95%
R=40.79%
G=42.26%
B=16.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166172690.0300.600.3363.542.7447.25
HexA6AC45303C213f2b2f
Octal246254105307441775357
Binary10100110101011001000101110111100100001111111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AC45; }

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

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

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

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

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

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

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

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