#A6A14A

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

Shades of Brass #A6A14A

Tints of Brass #A6A14A

Color information

#A6A14A (or 0xA6A14A) is unknown color: approx Brass. HEX triplet: A6, A1 and 4A. RGB value is (166,161,74). Sum of RGB (Red+Green+Blue) = 166+161+74=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 74 (29.30% from 255 or 18.45% from 401); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A14A is #595EB5. Grayscale: #989898. Windows color (decimal): -5856950 or 4891046. OLE color: 4891046.

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

Color convert

RGB16616174-
CMYK00.030.550.35
HSL56.74º38.33%47.06%-
HSV(B)56.74º55.42%65.1%-
XYZ29.7134.0911.49-
YUV152.5883.66137.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.40%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 74 (29.30% from 255) = 18.45%
R=41.40%
G=40.15%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661617400.030.550.3556.7438.3347.06
HexA6A14A03372339262f
Octal246241112036743714657
Binary10100110101000011001010011110111100011111001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A14A; }

 p { color: rgb(166,161,74); }

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

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

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

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

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

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

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