#AC9E85

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

Shades of Napa #AC9E85

Tints of Napa #AC9E85

Color information

#AC9E85 (or 0xAC9E85) is unknown color: approx Napa. HEX triplet: AC, 9E and 85. RGB value is (172,158,133). Sum of RGB (Red+Green+Blue) = 172+158+133=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E85 is #53617A. Grayscale: #9F9F9F. Windows color (decimal): -5464443 or 8756908. OLE color: 8756908.

HSL color Cylindrical-coordinate representation of color #AC9E85: hue angle of 38.46º 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 #AC9E85 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB172158133-
CMYK00.080.230.33
HSL38.46º19.02%59.8%-
HSV(B)38.46º22.67%67.45%-
XYZ33.4734.9227.17-
YUV159.34113.14137.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=37.15%
G=34.13%
B=28.73%

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
Decimal17215813300.080.230.3338.4619.0259.8
HexAC9E8508172126133c
Octal2542362050102741462374
Binary101011001001111010000101010001011110000110011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E85; }

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

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

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

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

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

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

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

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