#A89F93

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

Shades of Napa #A89F93

Tints of Napa #A89F93

Color information

#A89F93 (or 0xA89F93) is unknown color: approx Napa. HEX triplet: A8, 9F and 93. RGB value is (168,159,147). Sum of RGB (Red+Green+Blue) = 168+159+147=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F93 is #57606C. Grayscale: #A0A0A0. Windows color (decimal): -5726317 or 9674664. OLE color: 9674664.

HSL color Cylindrical-coordinate representation of color #A89F93: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A89F93 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168159147-
CMYK00.050.130.34
HSL34.29º10.77%61.76%-
HSV(B)34.29º12.5%65.88%-
XYZ33.8135.2332.62-
YUV160.32120.48133.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=35.44%
G=33.54%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815914700.050.130.3434.2910.7761.76
HexA89F9305D2222b3e
Octal250237223051542421376
Binary101010001001111110010011010111011000101000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F93; }

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

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

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

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

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

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

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

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