#AC9F8A

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

Shades of Napa #AC9F8A

Tints of Napa #AC9F8A

Color information

#AC9F8A (or 0xAC9F8A) is unknown color: approx Napa. HEX triplet: AC, 9F and 8A. RGB value is (172,159,138). Sum of RGB (Red+Green+Blue) = 172+159+138=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F8A is #536075. Grayscale: #A0A0A0. Windows color (decimal): -5464182 or 9084844. OLE color: 9084844.

HSL color Cylindrical-coordinate representation of color #AC9F8A: hue angle of 37.06º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC9F8A is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172159138-
CMYK00.080.200.33
HSL37.06º17%60.78%-
HSV(B)37.06º19.77%67.45%-
XYZ3435.429.09-
YUV160.49115.31136.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=36.67%
G=33.90%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215913800.080.200.3337.061760.78
HexAC9F8A08142125113d
Octal2542372120102441452175
Binary101011001001111110001010010001010010000110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F8A; }

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

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

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

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

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

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

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

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