#A6A090

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

Shades of Napa #A6A090

Tints of Napa #A6A090

Color information

#A6A090 (or 0xA6A090) is unknown color: approx Napa. HEX triplet: A6, A0 and 90. RGB value is (166,160,144). Sum of RGB (Red+Green+Blue) = 166+160+144=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A090 is #595F6F. Grayscale: #A0A0A0. Windows color (decimal): -5857136 or 9478310. OLE color: 9478310.

HSL color Cylindrical-coordinate representation of color #A6A090: hue angle of 43.64º 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 #A6A090 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB166160144-
CMYK00.040.130.35
HSL43.64º11%60.78%-
HSV(B)43.64º13.25%65.1%-
XYZ33.3335.2631.44-
YUV159.97118.99132.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 160 (62.89% from 255) = 34.04%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=35.32%
G=34.04%
B=30.64%

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
Decimal16616014400.040.130.3543.641160.78
HexA6A09004D232cb3d
Octal246240220041543541375
Binary101001101010000010010000010011011000111011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A090; }

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

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

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

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

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

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

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

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