#A39D93

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

Shades of Napa #A39D93

Tints of Napa #A39D93

Color information

#A39D93 (or 0xA39D93) is unknown color: approx Napa. HEX triplet: A3, 9D and 93. RGB value is (163,157,147). Sum of RGB (Red+Green+Blue) = 163+157+147=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D93 is #5C626C. Grayscale: #9D9D9D. Windows color (decimal): -6054509 or 9674147. OLE color: 9674147.

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

Color convert

RGB163157147-
CMYK00.040.100.36
HSL37.5º8%60.78%-
HSV(B)37.5º9.82%63.92%-
XYZ32.4334.0132.46-
YUV157.65121.99131.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.90%
GREEN value IS 157 (61.72% from 255) = 33.62%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=34.90%
G=33.62%
B=31.48%

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
Decimal16315714700.040.100.3637.5860.78
HexA39D9304A242683d
Octal243235223041244461075
Binary101000111001110110010011010010101001001001101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D93; }

 p { color: rgb(163,157,147); }

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

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

 a { background-color: rgb(163,157,147); }

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

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

 span { border-color: rgb(163,157,147); }

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