#AA9F8B

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

Shades of Napa #AA9F8B

Tints of Napa #AA9F8B

Color information

#AA9F8B (or 0xAA9F8B) is unknown color: approx Napa. HEX triplet: AA, 9F and 8B. RGB value is (170,159,139). Sum of RGB (Red+Green+Blue) = 170+159+139=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9F8B is #556074. Grayscale: #A0A0A0. Windows color (decimal): -5595253 or 9150378. OLE color: 9150378.

HSL color Cylindrical-coordinate representation of color #AA9F8B: hue angle of 38.71º 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 #AA9F8B is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB170159139-
CMYK00.060.180.33
HSL38.71º15.42%60.59%-
HSV(B)38.71º18.24%66.67%-
XYZ33.6435.2129.45-
YUV160.01116.14135.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 139 (54.69% from 255) = 29.70%
R=36.32%
G=33.97%
B=29.70%

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
Decimal17015913900.060.180.3338.7115.4260.59
HexAA9F8B06122127f3d
Octal252237213062241471775
Binary1010101010011111100010110110100101000011001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F8B; }

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

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

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

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

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

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

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

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