#A89E90

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

Shades of Napa #A89E90

Tints of Napa #A89E90

Color information

#A89E90 (or 0xA89E90) is unknown color: approx Napa. HEX triplet: A8, 9E and 90. RGB value is (168,158,144). Sum of RGB (Red+Green+Blue) = 168+158+144=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89E90 is #57616F. Grayscale: #9F9F9F. Windows color (decimal): -5726576 or 9477800. OLE color: 9477800.

HSL color Cylindrical-coordinate representation of color #A89E90: hue angle of 35º 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 #A89E90 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB168158144-
CMYK00.060.140.34
HSL35º12.12%61.18%-
HSV(B)35º14.29%65.88%-
XYZ33.4134.7931.34-
YUV159.39119.31134.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 158 (62.11% from 255) = 33.62%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=35.74%
G=33.62%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815814400.060.140.343512.1261.18
HexA89E9006E2223c3d
Octal250236220061642431475
Binary101010001001111010010000011011101000101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89E90; }

 p { color: rgb(168,158,144); }

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

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

 a { background-color: rgb(168,158,144); }

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

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

 span { border-color: rgb(168,158,144); }

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