#A39C8B

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

Shades of Napa #A39C8B

Tints of Napa #A39C8B

Color information

#A39C8B (or 0xA39C8B) is unknown color: approx Napa. HEX triplet: A3, 9C and 8B. RGB value is (163,156,139). Sum of RGB (Red+Green+Blue) = 163+156+139=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 139 (54.69% from 255 or 30.35% from 458); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C8B is #5C6374. Grayscale: #9C9C9C. Windows color (decimal): -6054773 or 9149603. OLE color: 9149603.

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

Color convert

RGB163156139-
CMYK00.040.150.36
HSL42.5º11.54%59.22%-
HSV(B)42.5º14.72%63.92%-
XYZ31.6533.4329.21-
YUV156.15118.32132.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 156 (61.33% from 255) = 34.06%
BLUE value IS 139 (54.69% from 255) = 30.35%
R=35.59%
G=34.06%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315613900.040.150.3642.511.5459.22
HexA39C8B04F242bc3b
Octal243234213041744531473
Binary101000111001110010001011010011111001001010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C8B; }

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

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

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

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

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

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

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

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