#A69F91

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

Shades of Napa #A69F91

Tints of Napa #A69F91

Color information

#A69F91 (or 0xA69F91) is unknown color: approx Napa. HEX triplet: A6, 9F and 91. RGB value is (166,159,145). Sum of RGB (Red+Green+Blue) = 166+159+145=470 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.32% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F91 is #59606E. Grayscale: #9F9F9F. Windows color (decimal): -5857391 or 9543590. OLE color: 9543590.

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

Color convert

RGB166159145-
CMYK00.040.130.35
HSL40º10.55%60.98%-
HSV(B)40º12.65%65.1%-
XYZ33.2334.9531.78-
YUV159.5119.82132.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.32%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 145 (57.03% from 255) = 30.85%
R=35.32%
G=33.83%
B=30.85%

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
Decimal16615914500.040.130.354010.5560.98
HexA69F9104D2328b3d
Octal246237221041543501375
Binary101001101001111110010001010011011000111010001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F91; }

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

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

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

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

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

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

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

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