#AA9F8E

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

Shades of Napa #AA9F8E

Tints of Napa #AA9F8E

Color information

#AA9F8E (or 0xAA9F8E) is unknown color: approx Napa. HEX triplet: AA, 9F and 8E. RGB value is (170,159,142). Sum of RGB (Red+Green+Blue) = 170+159+142=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8E is #556071. Grayscale: #A0A0A0. Windows color (decimal): -5595250 or 9346986. OLE color: 9346986.

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

Color convert

RGB170159142-
CMYK00.060.160.33
HSL36.43º14.14%61.18%-
HSV(B)36.43º16.47%66.67%-
XYZ33.8635.330.62-
YUV160.35117.64134.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 142 (55.86% from 255) = 30.15%
R=36.09%
G=33.76%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015914200.060.160.3336.4314.1461.18
HexAA9F8E06102124e3d
Octal252237216062041441675
Binary1010101010011111100011100110100001000011001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F8E; }

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

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

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

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

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

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

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

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