#AC9E87

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

Shades of Napa #AC9E87

Tints of Napa #AC9E87

Color information

#AC9E87 (or 0xAC9E87) is unknown color: approx Napa. HEX triplet: AC, 9E and 87. RGB value is (172,158,135). Sum of RGB (Red+Green+Blue) = 172+158+135=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E87 is #536178. Grayscale: #9F9F9F. Windows color (decimal): -5464441 or 8887980. OLE color: 8887980.

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

Color convert

RGB172158135-
CMYK00.080.220.33
HSL37.3º18.23%60.2%-
HSV(B)37.3º21.51%67.45%-
XYZ33.6134.9727.9-
YUV159.56114.14136.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=36.99%
G=33.98%
B=29.03%

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
Decimal17215813500.080.220.3337.318.2360.2
HexAC9E8708162125123c
Octal2542362070102641452274
Binary101011001001111010000111010001011010000110010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E87; }

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

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

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

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

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

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

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

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