#A39A8B

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

Shades of Napa #A39A8B

Tints of Napa #A39A8B

Color information

#A39A8B (or 0xA39A8B) is unknown color: approx Napa. HEX triplet: A3, 9A and 8B. RGB value is (163,154,139). Sum of RGB (Red+Green+Blue) = 163+154+139=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 163 - color contains mainly: red. Hex color #A39A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39A8B is #5C6574. Grayscale: #9B9B9B. Windows color (decimal): -6055285 or 9149091. OLE color: 9149091.

HSL color Cylindrical-coordinate representation of color #A39A8B: hue angle of 37.5º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A39A8B is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB163154139-
CMYK00.060.150.36
HSL37.5º11.54%59.22%-
HSV(B)37.5º14.72%63.92%-
XYZ31.3232.7629.1-
YUV154.98118.98133.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 154 (60.55% from 255) = 33.77%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=35.75%
G=33.77%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315413900.060.150.3637.511.5459.22
HexA39A8B06F2426c3b
Octal243232213061744461473
Binary101000111001101010001011011011111001001001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39A8B; }

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

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

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

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

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

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

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

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