#A39883

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

Shades of Napa #A39883

Tints of Napa #A39883

Color information

#A39883 (or 0xA39883) is unknown color: approx Napa. HEX triplet: A3, 98 and 83. RGB value is (163,152,131). Sum of RGB (Red+Green+Blue) = 163+152+131=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 163 - color contains mainly: red. Hex color #A39883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39883 is #5C677C. Grayscale: #989898. Windows color (decimal): -6055805 or 8624291. OLE color: 8624291.

HSL color Cylindrical-coordinate representation of color #A39883: hue angle of 39.38º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A39883 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163152131-
CMYK00.070.200.36
HSL39.38º14.81%57.65%-
HSV(B)39.38º19.63%63.92%-
XYZ30.4331.8826.02-
YUV152.89115.64135.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.55%
GREEN value IS 152 (59.77% from 255) = 34.08%
BLUE value IS 131 (51.56% from 255) = 29.37%
R=36.55%
G=34.08%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315213100.070.200.3639.3814.8157.65
HexA3988307142427f3a
Octal243230203072444471772
Binary1010001110011000100000110111101001001001001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39883; }

 p { color: rgb(163,152,131); }

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

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

 a { background-color: rgb(163,152,131); }

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

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

 span { border-color: rgb(163,152,131); }

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