#A39885

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

Shades of Napa #A39885

Tints of Napa #A39885

Color information

#A39885 (or 0xA39885) is unknown color: approx Napa. HEX triplet: A3, 98 and 85. RGB value is (163,152,133). Sum of RGB (Red+Green+Blue) = 163+152+133=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 163 - color contains mainly: red. Hex color #A39885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A39885 is #5C677A. Grayscale: #999999. Windows color (decimal): -6055803 or 8755363. OLE color: 8755363.

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

Color convert

RGB163152133-
CMYK00.070.180.36
HSL38º14.02%58.04%-
HSV(B)38º18.4%63.92%-
XYZ30.5731.9426.74-
YUV153.12116.64135.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 152 (59.77% from 255) = 33.93%
BLUE value IS 133 (52.34% from 255) = 29.69%
R=36.38%
G=33.93%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16315213300.070.180.363814.0258.04
HexA3988507122426e3a
Octal243230205072244461672
Binary1010001110011000100001010111100101001001001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39885; }

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

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

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

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

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

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

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

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