#A6A94D

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

Shades of Brass #A6A94D

Tints of Brass #A6A94D

Color information

#A6A94D (or 0xA6A94D) is unknown color: approx Brass. HEX triplet: A6, A9 and 4D. RGB value is (166,169,77). Sum of RGB (Red+Green+Blue) = 166+169+77=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #A6A94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A94D is #5956B2. Grayscale: #9D9D9D. Windows color (decimal): -5854899 or 5089702. OLE color: 5089702.

HSL color Cylindrical-coordinate representation of color #A6A94D: hue angle of 61.96º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6A94D is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16616977-
CMYK0.0200.540.34
HSL61.96º37.4%48.24%-
HSV(B)61.96º54.44%66.27%-
XYZ31.2537.0212.52-
YUV157.6182.51133.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=40.29%
G=41.02%
B=18.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166169770.0200.540.3461.9637.448.24
HexA6A94D2036223e2530
Octal246251115206642764560
Binary10100110101010011001101100110110100010111110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A94D; }

 p { color: rgb(166,169,77); }

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

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

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

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

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

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

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