#A39A88

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

Shades of Napa #A39A88

Tints of Napa #A39A88

Color information

#A39A88 (or 0xA39A88) is unknown color: approx Napa. HEX triplet: A3, 9A and 88. RGB value is (163,154,136). Sum of RGB (Red+Green+Blue) = 163+154+136=453 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.98% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A88 is #5C6577. Grayscale: #9A9A9A. Windows color (decimal): -6055288 or 8952483. OLE color: 8952483.

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

Color convert

RGB163154136-
CMYK00.060.170.36
HSL40º12.8%58.63%-
HSV(B)40º16.56%63.92%-
XYZ31.132.6827.96-
YUV154.64117.48133.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.98%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=35.98%
G=34.00%
B=30.02%

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
Decimal16315413600.060.170.364012.858.63
HexA39A8806112428d3b
Octal243232210062144501573
Binary1010001110011010100010000110100011001001010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A88; }

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

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

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

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

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

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

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

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