#AC9F84

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

Shades of Napa #AC9F84

Tints of Napa #AC9F84

Color information

#AC9F84 (or 0xAC9F84) is unknown color: approx Napa. HEX triplet: AC, 9F and 84. RGB value is (172,159,132). Sum of RGB (Red+Green+Blue) = 172+159+132=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F84 is #53607B. Grayscale: #9F9F9F. Windows color (decimal): -5464188 or 8691628. OLE color: 8691628.

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

Color convert

RGB172159132-
CMYK00.080.230.33
HSL40.5º19.42%59.61%-
HSV(B)40.5º23.26%67.45%-
XYZ33.5835.2326.86-
YUV159.81112.31136.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 132 (51.95% from 255) = 28.51%
R=37.15%
G=34.34%
B=28.51%

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
Decimal17215913200.080.230.3340.519.4259.61
HexAC9F8408172129133c
Octal2542372040102741512374
Binary101011001001111110000100010001011110000110100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F84; }

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

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

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

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

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

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

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

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