#A6A14E

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

Shades of Brass #A6A14E

Tints of Brass #A6A14E

Color information

#A6A14E (or 0xA6A14E) is unknown color: approx Brass. HEX triplet: A6, A1 and 4E. RGB value is (166,161,78). Sum of RGB (Red+Green+Blue) = 166+161+78=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 161 (63.28% from 255 or 39.75% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A14E is #595EB1. Grayscale: #999999. Windows color (decimal): -5856946 or 5153190. OLE color: 5153190.

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

Color convert

RGB16616178-
CMYK00.030.530.35
HSL56.59º36.07%47.84%-
HSV(B)56.59º53.01%65.1%-
XYZ29.8534.1512.23-
YUV153.0385.66137.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.99%
GREEN value IS 161 (63.28% from 255) = 39.75%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=40.99%
G=39.75%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661617800.030.530.3556.5936.0747.84
HexA6A14E033523392430
Octal246241116036543714460
Binary10100110101000011001110011110101100011111001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A14E; }

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

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

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

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

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

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

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

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