#A6A749

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

Shades of Brass #A6A749

Tints of Brass #A6A749

Color information

#A6A749 (or 0xA6A749) is unknown color: approx Brass. HEX triplet: A6, A7 and 49. RGB value is (166,167,73). Sum of RGB (Red+Green+Blue) = 166+167+73=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #A6A749 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A749 is #5958B6. Grayscale: #9C9C9C. Windows color (decimal): -5855415 or 4827046. OLE color: 4827046.

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

Color convert

RGB16616773-
CMYK0.0100.560.35
HSL60.64º39.17%47.06%-
HSV(B)60.64º56.29%65.49%-
XYZ30.7536.2311.67-
YUV155.9981.17135.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 167 (65.62% from 255) = 41.13%
BLUE value IS 73 (28.91% from 255) = 17.98%
R=40.89%
G=41.13%
B=17.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166167730.0100.560.3560.6439.1747.06
HexA6A7491038233d272f
Octal246247111107043754757
Binary1010011010100111100100110111000100011111101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A749; }

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

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

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

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

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

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

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

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