#A39988

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

Shades of Napa #A39988

Tints of Napa #A39988

Color information

#A39988 (or 0xA39988) is unknown color: approx Napa. HEX triplet: A3, 99 and 88. RGB value is (163,153,136). Sum of RGB (Red+Green+Blue) = 163+153+136=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 163 - color contains mainly: red. Hex color #A39988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39988 is #5C6677. Grayscale: #9A9A9A. Windows color (decimal): -6055544 or 8952227. OLE color: 8952227.

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

Color convert

RGB163153136-
CMYK00.060.170.36
HSL37.78º12.8%58.63%-
HSV(B)37.78º16.56%63.92%-
XYZ30.9432.3527.91-
YUV154.05117.81134.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 136 (53.52% from 255) = 30.09%
R=36.06%
G=33.85%
B=30.09%

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
Decimal16315313600.060.170.3637.7812.858.63
HexA3998806112426d3b
Octal243231210062144461573
Binary1010001110011001100010000110100011001001001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39988; }

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

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

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

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

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

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

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

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