#AC9F86

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

Shades of Napa #AC9F86

Tints of Napa #AC9F86

Color information

#AC9F86 (or 0xAC9F86) is unknown color: approx Napa. HEX triplet: AC, 9F and 86. RGB value is (172,159,134). Sum of RGB (Red+Green+Blue) = 172+159+134=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F86 is #536079. Grayscale: #A0A0A0. Windows color (decimal): -5464186 or 8822700. OLE color: 8822700.

HSL color Cylindrical-coordinate representation of color #AC9F86: hue angle of 39.47º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AC9F86 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB172159134-
CMYK00.080.220.33
HSL39.47º18.63%60%-
HSV(B)39.47º22.09%67.45%-
XYZ33.7135.2927.59-
YUV160.04113.31136.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=36.99%
G=34.19%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215913400.080.220.3339.4718.6360
HexAC9F8608162127133c
Octal2542372060102641472374
Binary101011001001111110000110010001011010000110011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F86; }

 p { color: rgb(172,159,134); }

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

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

 a { background-color: rgb(172,159,134); }

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

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

 span { border-color: rgb(172,159,134); }

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