#A6A744

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

Shades of Brass #A6A744

Tints of Brass #A6A744

Color information

#A6A744 (or 0xA6A744) is unknown color: approx Brass. HEX triplet: A6, A7 and 44. RGB value is (166,167,68). Sum of RGB (Red+Green+Blue) = 166+167+68=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A744 is #5958BB. Grayscale: #9B9B9B. Windows color (decimal): -5855420 or 4499366. OLE color: 4499366.

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

Color convert

RGB16616768-
CMYK0.0100.590.35
HSL60.61º42.13%46.08%-
HSV(B)60.61º59.28%65.49%-
XYZ30.5936.1610.84-
YUV155.4278.67135.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 167 (65.62% from 255) = 41.65%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=41.40%
G=41.65%
B=16.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166167680.0100.590.3560.6142.1346.08
HexA6A744103B233d2a2e
Octal246247104107343755256
Binary1010011010100111100010010111011100011111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A744; }

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

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

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

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

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

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

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

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