#A39B8D

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

Shades of Napa #A39B8D

Tints of Napa #A39B8D

Color information

#A39B8D (or 0xA39B8D) is unknown color: approx Napa. HEX triplet: A3, 9B and 8D. RGB value is (163,155,141). Sum of RGB (Red+Green+Blue) = 163+155+141=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B8D is #5C6472. Grayscale: #9B9B9B. Windows color (decimal): -6055027 or 9280419. OLE color: 9280419.

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

Color convert

RGB163155141-
CMYK00.050.130.36
HSL38.18º10.68%59.61%-
HSV(B)38.18º13.5%63.92%-
XYZ31.6333.1529.93-
YUV155.8119.65133.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=35.51%
G=33.77%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315514100.050.130.3638.1810.6859.61
HexA39B8D05D2426b3c
Octal243233215051544461374
Binary101000111001101110001101010111011001001001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B8D; }

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

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

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

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

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

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

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

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