#AC9F85

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

Shades of Napa #AC9F85

Tints of Napa #AC9F85

Color information

#AC9F85 (or 0xAC9F85) is unknown color: approx Napa. HEX triplet: AC, 9F and 85. RGB value is (172,159,133). Sum of RGB (Red+Green+Blue) = 172+159+133=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F85 is #53607A. Grayscale: #A0A0A0. Windows color (decimal): -5464187 or 8757164. OLE color: 8757164.

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

Color convert

RGB172159133-
CMYK00.080.230.33
HSL40º19.02%59.8%-
HSV(B)40º22.67%67.45%-
XYZ33.6535.2627.22-
YUV159.92112.81136.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=37.07%
G=34.27%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215913300.080.230.334019.0259.8
HexAC9F8508172128133c
Octal2542372050102741502374
Binary101011001001111110000101010001011110000110100010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F85; }

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

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

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

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

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

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

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

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