#AC9E80

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

Shades of Napa #AC9E80

Tints of Napa #AC9E80

Color information

#AC9E80 (or 0xAC9E80) is unknown color: approx Napa. HEX triplet: AC, 9E and 80. RGB value is (172,158,128). Sum of RGB (Red+Green+Blue) = 172+158+128=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E80 is #53617F. Grayscale: #9E9E9E. Windows color (decimal): -5464448 or 8429228. OLE color: 8429228.

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

Color convert

RGB172158128-
CMYK00.080.260.33
HSL40.91º20.95%58.82%-
HSV(B)40.91º25.58%67.45%-
XYZ33.1434.7825.39-
YUV158.77110.64137.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.55%
GREEN value IS 158 (62.11% from 255) = 34.50%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=37.55%
G=34.50%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215812800.080.260.3340.9120.9558.82
HexAC9E80081A2129153b
Octal2542362000103241512573
Binary101011001001111010000000010001101010000110100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9E80; }

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

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

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

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

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

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

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

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