#A6AB46

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

Shades of Brass #A6AB46

Tints of Brass #A6AB46

Color information

#A6AB46 (or 0xA6AB46) is unknown color: approx Brass. HEX triplet: A6, AB and 46. RGB value is (166,171,70). Sum of RGB (Red+Green+Blue) = 166+171+70=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AB46 is #5954B9. Grayscale: #9E9E9E. Windows color (decimal): -5854394 or 4631462. OLE color: 4631462.

HSL color Cylindrical-coordinate representation of color #A6AB46: hue angle of 62.97º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6AB46 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB16617170-
CMYK0.0300.590.33
HSL62.97º41.91%47.25%-
HSV(B)62.97º59.06%67.06%-
XYZ31.3937.6811.41-
YUV157.9978.34133.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 171 (67.19% from 255) = 42.01%
BLUE value IS 70 (27.73% from 255) = 17.20%
R=40.79%
G=42.01%
B=17.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166171700.0300.590.3362.9741.9147.25
HexA6AB46303B213f2a2f
Octal246253106307341775257
Binary10100110101010111000110110111011100001111111101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB46; }

 p { color: rgb(166,171,70); }

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

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

 a { background-color: rgb(166,171,70); }

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

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

 span { border-color: rgb(166,171,70); }

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