#A6A645

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

Shades of Brass #A6A645

Tints of Brass #A6A645

Color information

#A6A645 (or 0xA6A645) is unknown color: approx Brass. HEX triplet: A6, A6 and 45. RGB value is (166,166,69). Sum of RGB (Red+Green+Blue) = 166+166+69=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A645 is #5959BA. Grayscale: #9B9B9B. Windows color (decimal): -5855675 or 4564646. OLE color: 4564646.

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

Color convert

RGB16616669-
CMYK000.580.35
HSL60º41.28%46.08%-
HSV(B)60º58.43%65.1%-
XYZ30.4435.8110.94-
YUV154.9479.5135.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 166 (65.23% from 255) = 41.40%
BLUE value IS 69 (27.34% from 255) = 17.21%
R=41.40%
G=41.40%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616669000.580.356041.2846.08
HexA6A645003A233c292e
Octal246246105007243745156
Binary1010011010100110100010100111010100011111100101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A645; }

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

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

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

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

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

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

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

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