#A39C92

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

Shades of Napa #A39C92

Tints of Napa #A39C92

Color information

#A39C92 (or 0xA39C92) is unknown color: approx Napa. HEX triplet: A3, 9C and 92. RGB value is (163,156,146). Sum of RGB (Red+Green+Blue) = 163+156+146=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39C92 is #5C636D. Grayscale: #9D9D9D. Windows color (decimal): -6054766 or 9608355. OLE color: 9608355.

HSL color Cylindrical-coordinate representation of color #A39C92: hue angle of 35.29º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A39C92 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB163156146-
CMYK00.040.100.36
HSL35.29º8.46%60.59%-
HSV(B)35.29º10.43%63.92%-
XYZ32.1833.6431.99-
YUV156.95121.82132.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.05%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=35.05%
G=33.55%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315614600.040.100.3635.298.4660.59
HexA39C9204A242383d
Octal243234222041244431075
Binary101000111001110010010010010010101001001000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C92; }

 p { color: rgb(163,156,146); }

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

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

 a { background-color: rgb(163,156,146); }

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

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

 span { border-color: rgb(163,156,146); }

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