#AC9F83

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

Shades of Napa #AC9F83

Tints of Napa #AC9F83

Color information

#AC9F83 (or 0xAC9F83) is unknown color: approx Napa. HEX triplet: AC, 9F and 83. RGB value is (172,159,131). Sum of RGB (Red+Green+Blue) = 172+159+131=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F83 is #53607C. Grayscale: #9F9F9F. Windows color (decimal): -5464189 or 8626092. OLE color: 8626092.

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

Color convert

RGB172159131-
CMYK00.080.240.33
HSL40.98º19.81%59.41%-
HSV(B)40.98º23.84%67.45%-
XYZ33.5135.2126.5-
YUV159.7111.81136.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 131 (51.56% from 255) = 28.35%
R=37.23%
G=34.42%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215913100.080.240.3340.9819.8159.41
HexAC9F8308182129143b
Octal2542372030103041512473
Binary101011001001111110000011010001100010000110100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9F83; }

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

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

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

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

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

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

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

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