#A39A87

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

Shades of Napa #A39A87

Tints of Napa #A39A87

Color information

#A39A87 (or 0xA39A87) is unknown color: approx Napa. HEX triplet: A3, 9A and 87. RGB value is (163,154,135). Sum of RGB (Red+Green+Blue) = 163+154+135=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A87 is #5C6578. Grayscale: #9A9A9A. Windows color (decimal): -6055289 or 8886947. OLE color: 8886947.

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

Color convert

RGB163154135-
CMYK00.060.170.36
HSL40.71º13.21%58.43%-
HSV(B)40.71º17.18%63.92%-
XYZ31.0332.6527.59-
YUV154.52116.98134.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 135 (53.12% from 255) = 29.87%
R=36.06%
G=34.07%
B=29.87%

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
Decimal16315413500.060.170.3640.7113.2158.43
HexA39A8706112429d3a
Octal243232207062144511572
Binary1010001110011010100001110110100011001001010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A87; }

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

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

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

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

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

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

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

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