#A39987

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

Shades of Napa #A39987

Tints of Napa #A39987

Color information

#A39987 (or 0xA39987) is unknown color: approx Napa. HEX triplet: A3, 99 and 87. RGB value is (163,153,135). Sum of RGB (Red+Green+Blue) = 163+153+135=451 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.14% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 163 - color contains mainly: red. Hex color #A39987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39987 is #5C6678. Grayscale: #9A9A9A. Windows color (decimal): -6055545 or 8886691. OLE color: 8886691.

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

Color convert

RGB163153135-
CMYK00.060.170.36
HSL38.57º13.21%58.43%-
HSV(B)38.57º17.18%63.92%-
XYZ30.8732.3227.53-
YUV153.94117.31134.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.14%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=36.14%
G=33.92%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315313500.060.170.3638.5713.2158.43
HexA3998706112427d3a
Octal243231207062144471572
Binary1010001110011001100001110110100011001001001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39987; }

 p { color: rgb(163,153,135); }

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

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

 a { background-color: rgb(163,153,135); }

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

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

 span { border-color: rgb(163,153,135); }

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