#A69F90

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

Shades of Napa #A69F90

Tints of Napa #A69F90

Color information

#A69F90 (or 0xA69F90) is unknown color: approx Napa. HEX triplet: A6, 9F and 90. RGB value is (166,159,144). Sum of RGB (Red+Green+Blue) = 166+159+144=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F90 is #59606F. Grayscale: #9F9F9F. Windows color (decimal): -5857392 or 9478054. OLE color: 9478054.

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

Color convert

RGB166159144-
CMYK00.040.130.35
HSL40.91º11%60.78%-
HSV(B)40.91º13.25%65.1%-
XYZ33.1634.9231.38-
YUV159.38119.32132.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 144 (56.64% from 255) = 30.70%
R=35.39%
G=33.90%
B=30.70%

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
Decimal16615914400.040.130.3540.911160.78
HexA69F9004D2329b3d
Octal246237220041543511375
Binary101001101001111110010000010011011000111010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F90; }

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

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

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

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

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

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

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

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