#A69F93

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

Shades of Napa #A69F93

Tints of Napa #A69F93

Color information

#A69F93 (or 0xA69F93) is unknown color: approx Napa. HEX triplet: A6, 9F and 93. RGB value is (166,159,147). Sum of RGB (Red+Green+Blue) = 166+159+147=472 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.17% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69F93 is #59606C. Grayscale: #9F9F9F. Windows color (decimal): -5857389 or 9674662. OLE color: 9674662.

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

Color convert

RGB166159147-
CMYK00.040.110.35
HSL37.89º9.64%61.37%-
HSV(B)37.89º11.45%65.1%-
XYZ33.3935.0132.6-
YUV159.72120.82132.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.17%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 147 (57.81% from 255) = 31.14%
R=35.17%
G=33.69%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615914700.040.110.3537.899.6461.37
HexA69F9304B2326a3d
Octal246237223041343461275
Binary101001101001111110010011010010111000111001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F93; }

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

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

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

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

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

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

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

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