#A39C8D

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

Shades of Napa #A39C8D

Tints of Napa #A39C8D

Color information

#A39C8D (or 0xA39C8D) is unknown color: approx Napa. HEX triplet: A3, 9C and 8D. RGB value is (163,156,141). Sum of RGB (Red+Green+Blue) = 163+156+141=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C8D is #5C6372. Grayscale: #9C9C9C. Windows color (decimal): -6054771 or 9280675. OLE color: 9280675.

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

Color convert

RGB163156141-
CMYK00.040.130.36
HSL40.91º10.68%59.61%-
HSV(B)40.91º13.5%63.92%-
XYZ31.833.4929.99-
YUV156.38119.32132.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 141 (55.47% from 255) = 30.65%
R=35.43%
G=33.91%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315614100.040.130.3640.9110.6859.61
HexA39C8D04D2429b3c
Octal243234215041544511374
Binary101000111001110010001101010011011001001010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C8D; }

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

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

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

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

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

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

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

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