#A89F91

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

Shades of Napa #A89F91

Tints of Napa #A89F91

Color information

#A89F91 (or 0xA89F91) is unknown color: approx Napa. HEX triplet: A8, 9F and 91. RGB value is (168,159,145). Sum of RGB (Red+Green+Blue) = 168+159+145=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 145 (57.03% from 255 or 30.72% from 472); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89F91 is #57606E. Grayscale: #A0A0A0. Windows color (decimal): -5726319 or 9543592. OLE color: 9543592.

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

Color convert

RGB168159145-
CMYK00.050.140.34
HSL36.52º11.68%61.37%-
HSV(B)36.52º13.69%65.88%-
XYZ33.6635.1731.8-
YUV160.1119.48133.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.59%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 145 (57.03% from 255) = 30.72%
R=35.59%
G=33.69%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815914500.050.140.3436.5211.6861.37
HexA89F9105E2225c3d
Octal250237221051642451475
Binary101010001001111110010001010111101000101001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F91; }

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

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

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

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

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

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

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

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