#A6A544

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

Shades of Brass #A6A544

Tints of Brass #A6A544

Color information

#A6A544 (or 0xA6A544) is unknown color: approx Brass. HEX triplet: A6, A5 and 44. RGB value is (166,165,68). Sum of RGB (Red+Green+Blue) = 166+165+68=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A544 is #595ABB. Grayscale: #9A9A9A. Windows color (decimal): -5855932 or 4498854. OLE color: 4498854.

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

Color convert

RGB16616568-
CMYK00.010.590.35
HSL59.39º41.88%45.88%-
HSV(B)59.39º59.04%65.1%-
XYZ30.2235.4310.72-
YUV154.2479.33136.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 165 (64.84% from 255) = 41.35%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=41.60%
G=41.35%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661656800.010.590.3559.3941.8845.88
HexA6A544013B233b2a2e
Octal246245104017343735256
Binary1010011010100101100010001111011100011111011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A544; }

 p { color: rgb(166,165,68); }

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

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

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

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

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

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

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