#A69F89

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

Shades of Napa #A69F89

Tints of Napa #A69F89

Color information

#A69F89 (or 0xA69F89) is unknown color: approx Napa. HEX triplet: A6, 9F and 89. RGB value is (166,159,137). Sum of RGB (Red+Green+Blue) = 166+159+137=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F89 is #596076. Grayscale: #9E9E9E. Windows color (decimal): -5857399 or 9019302. OLE color: 9019302.

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

Color convert

RGB166159137-
CMYK00.040.170.35
HSL45.52º14.01%59.41%-
HSV(B)45.52º17.47%65.1%-
XYZ32.6434.7128.65-
YUV158.58115.82133.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=35.93%
G=34.42%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615913700.040.170.3545.5214.0159.41
HexA69F890411232ee3b
Octal246237211042143561673
Binary1010011010011111100010010100100011000111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F89; }

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

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

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

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

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

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

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

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