#A39B90

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

Shades of Napa #A39B90

Tints of Napa #A39B90

Color information

#A39B90 (or 0xA39B90) is unknown color: approx Napa. HEX triplet: A3, 9B and 90. RGB value is (163,155,144). Sum of RGB (Red+Green+Blue) = 163+155+144=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B90 is #5C646F. Grayscale: #9C9C9C. Windows color (decimal): -6055024 or 9477027. OLE color: 9477027.

HSL color Cylindrical-coordinate representation of color #A39B90: hue angle of 34.74º 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 #A39B90 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB163155144-
CMYK00.050.120.36
HSL34.74º9.36%60.2%-
HSV(B)34.74º11.66%63.92%-
XYZ31.8633.2431.12-
YUV156.14121.15132.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 155 (60.94% from 255) = 33.55%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=35.28%
G=33.55%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315514400.050.120.3634.749.3660.2
HexA39B9005C242393c
Octal243233220051444431174
Binary101000111001101110010000010111001001001000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B90; }

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

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

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

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

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

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

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

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