#AA9F8C

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

Shades of Napa #AA9F8C

Tints of Napa #AA9F8C

Color information

#AA9F8C (or 0xAA9F8C) is unknown color: approx Napa. HEX triplet: AA, 9F and 8C. RGB value is (170,159,140). Sum of RGB (Red+Green+Blue) = 170+159+140=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8C is #556073. Grayscale: #A0A0A0. Windows color (decimal): -5595252 or 9215914. OLE color: 9215914.

HSL color Cylindrical-coordinate representation of color #AA9F8C: hue angle of 38º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA9F8C is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170159140-
CMYK00.060.180.33
HSL38º15%60.78%-
HSV(B)38º17.65%66.67%-
XYZ33.7135.2429.84-
YUV160.12116.64135.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 140 (55.08% from 255) = 29.85%
R=36.25%
G=33.90%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015914000.060.180.33381560.78
HexAA9F8C06122126f3d
Octal252237214062241461775
Binary1010101010011111100011000110100101000011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F8C; }

 p { color: rgb(170,159,140); }

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

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

 a { background-color: rgb(170,159,140); }

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

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

 span { border-color: rgb(170,159,140); }

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