#A39D8F

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

Shades of Napa #A39D8F

Tints of Napa #A39D8F

Color information

#A39D8F (or 0xA39D8F) is unknown color: approx Napa. HEX triplet: A3, 9D and 8F. RGB value is (163,157,143). Sum of RGB (Red+Green+Blue) = 163+157+143=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D8F is #5C6270. Grayscale: #9D9D9D. Windows color (decimal): -6054513 or 9412003. OLE color: 9412003.

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

Color convert

RGB163157143-
CMYK00.040.120.36
HSL42º9.8%60%-
HSV(B)42º12.27%63.92%-
XYZ32.1233.8830.83-
YUV157.2119.99132.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 143 (56.25% from 255) = 30.89%
R=35.21%
G=33.91%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315714300.040.120.36429.860
HexA39D8F04C242aa3c
Octal243235217041444521274
Binary101000111001110110001111010011001001001010101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D8F; }

 p { color: rgb(163,157,143); }

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

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

 a { background-color: rgb(163,157,143); }

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

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

 span { border-color: rgb(163,157,143); }

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