#A69F8E

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

Shades of Napa #A69F8E

Tints of Napa #A69F8E

Color information

#A69F8E (or 0xA69F8E) is unknown color: approx Napa. HEX triplet: A6, 9F and 8E. RGB value is (166,159,142). Sum of RGB (Red+Green+Blue) = 166+159+142=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F8E is #596071. Grayscale: #9F9F9F. Windows color (decimal): -5857394 or 9346982. OLE color: 9346982.

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

Color convert

RGB166159142-
CMYK00.040.140.35
HSL42.5º11.88%60.39%-
HSV(B)42.5º14.46%65.1%-
XYZ33.0134.8630.58-
YUV159.15118.32132.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.55%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=35.55%
G=34.05%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615914200.040.140.3542.511.8860.39
HexA69F8E04E232bc3c
Octal246237216041643531474
Binary101001101001111110001110010011101000111010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F8E; }

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

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

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

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

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

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

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

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