#A39E90

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

Shades of Napa #A39E90

Tints of Napa #A39E90

Color information

#A39E90 (or 0xA39E90) is unknown color: approx Napa. HEX triplet: A3, 9E and 90. RGB value is (163,158,144). Sum of RGB (Red+Green+Blue) = 163+158+144=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39E90 is #5C616F. Grayscale: #9D9D9D. Windows color (decimal): -6054256 or 9477795. OLE color: 9477795.

HSL color Cylindrical-coordinate representation of color #A39E90: hue angle of 44.21º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A39E90 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163158144-
CMYK00.030.120.36
HSL44.21º9.36%60.2%-
HSV(B)44.21º11.66%63.92%-
XYZ32.3734.2531.29-
YUV157.9120.16131.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=35.05%
G=33.98%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315814400.030.120.3644.219.3660.2
HexA39E9003C242c93c
Octal243236220031444541174
Binary10100011100111101001000001111001001001011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E90; }

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

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

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

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

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

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

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

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