#A39D92

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

Shades of Napa #A39D92

Tints of Napa #A39D92

Color information

#A39D92 (or 0xA39D92) is unknown color: approx Napa. HEX triplet: A3, 9D and 92. RGB value is (163,157,146). Sum of RGB (Red+Green+Blue) = 163+157+146=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39D92 is #5C626D. Grayscale: #9D9D9D. Windows color (decimal): -6054510 or 9608611. OLE color: 9608611.

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

Color convert

RGB163157146-
CMYK00.040.100.36
HSL38.82º8.46%60.59%-
HSV(B)38.82º10.43%63.92%-
XYZ32.3533.9832.05-
YUV157.54121.49131.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.98%
GREEN value IS 157 (61.72% from 255) = 33.69%
BLUE value IS 146 (57.42% from 255) = 31.33%
R=34.98%
G=33.69%
B=31.33%

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
Decimal16315714600.040.100.3638.828.4660.59
HexA39D9204A242783d
Octal243235222041244471075
Binary101000111001110110010010010010101001001001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D92; }

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

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

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

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

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

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

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

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