#A39B88

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

Shades of Napa #A39B88

Tints of Napa #A39B88

Color information

#A39B88 (or 0xA39B88) is unknown color: approx Napa. HEX triplet: A3, 9B and 88. RGB value is (163,155,136). Sum of RGB (Red+Green+Blue) = 163+155+136=454 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.90% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39B88 is #5C6477. Grayscale: #9B9B9B. Windows color (decimal): -6055032 or 8952739. OLE color: 8952739.

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

Color convert

RGB163155136-
CMYK00.050.170.36
HSL42.22º12.8%58.63%-
HSV(B)42.22º16.56%63.92%-
XYZ31.2733.0128.02-
YUV155.23117.15133.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.90%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 136 (53.52% from 255) = 29.96%
R=35.90%
G=34.14%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315513600.050.170.3642.2212.858.63
HexA39B880511242ad3b
Octal243233210052144521573
Binary1010001110011011100010000101100011001001010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B88; }

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

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

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

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

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

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

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

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