#AA9D80

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

Shades of Napa #AA9D80

Tints of Napa #AA9D80

Color information

#AA9D80 (or 0xAA9D80) is unknown color: approx Napa. HEX triplet: AA, 9D and 80. RGB value is (170,157,128). Sum of RGB (Red+Green+Blue) = 170+157+128=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9D80 is #55627F. Grayscale: #9D9D9D. Windows color (decimal): -5595776 or 8428970. OLE color: 8428970.

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

Color convert

RGB170157128-
CMYK00.080.250.33
HSL41.43º19.81%58.43%-
HSV(B)41.43º24.71%66.67%-
XYZ32.5334.2225.31-
YUV157.58111.31136.86-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 128 (50.39% from 255) = 28.13%
R=37.36%
G=34.51%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015712800.080.250.3341.4319.8158.43
HexAA9D8008192129143a
Octal2522352000103141512472
Binary101010101001110110000000010001100110000110100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D80; }

 p { color: rgb(170,157,128); }

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

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

 a { background-color: rgb(170,157,128); }

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

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

 span { border-color: rgb(170,157,128); }

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