#A39C8C

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

Shades of Napa #A39C8C

Tints of Napa #A39C8C

Color information

#A39C8C (or 0xA39C8C) is unknown color: approx Napa. HEX triplet: A3, 9C and 8C. RGB value is (163,156,140). Sum of RGB (Red+Green+Blue) = 163+156+140=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C8C is #5C6373. Grayscale: #9C9C9C. Windows color (decimal): -6054772 or 9215139. OLE color: 9215139.

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

Color convert

RGB163156140-
CMYK00.040.140.36
HSL41.74º11.11%59.41%-
HSV(B)41.74º14.11%63.92%-
XYZ31.7333.4629.6-
YUV156.27118.82132.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 140 (55.08% from 255) = 30.50%
R=35.51%
G=33.99%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315614000.040.140.3641.7411.1159.41
HexA39C8C04E242ab3b
Octal243234214041644521373
Binary101000111001110010001100010011101001001010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C8C; }

 p { color: rgb(163,156,140); }

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

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

 a { background-color: rgb(163,156,140); }

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

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

 span { border-color: rgb(163,156,140); }

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