#A6A091

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

Shades of Napa #A6A091

Tints of Napa #A6A091

Color information

#A6A091 (or 0xA6A091) is unknown color: approx Napa. HEX triplet: A6, A0 and 91. RGB value is (166,160,145). Sum of RGB (Red+Green+Blue) = 166+160+145=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A091 is #595F6E. Grayscale: #A0A0A0. Windows color (decimal): -5857135 or 9543846. OLE color: 9543846.

HSL color Cylindrical-coordinate representation of color #A6A091: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6A091 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166160145-
CMYK00.040.130.35
HSL42.86º10.55%60.98%-
HSV(B)42.86º12.65%65.1%-
XYZ33.4135.2931.84-
YUV160.08119.49132.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.24%
GREEN value IS 160 (62.89% from 255) = 33.97%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=35.24%
G=33.97%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616014500.040.130.3542.8610.5560.98
HexA6A09104D232bb3d
Octal246240221041543531375
Binary101001101010000010010001010011011000111010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A091; }

 p { color: rgb(166,160,145); }

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

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

 a { background-color: rgb(166,160,145); }

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

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

 span { border-color: rgb(166,160,145); }

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