#AA9E84

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

Shades of Napa #AA9E84

Tints of Napa #AA9E84

Color information

#AA9E84 (or 0xAA9E84) is unknown color: approx Napa. HEX triplet: AA, 9E and 84. RGB value is (170,158,132). Sum of RGB (Red+Green+Blue) = 170+158+132=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9E84 is #55617B. Grayscale: #9E9E9E. Windows color (decimal): -5595516 or 8691370. OLE color: 8691370.

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

Color convert

RGB170158132-
CMYK00.070.220.33
HSL41.05º18.27%59.22%-
HSV(B)41.05º22.35%66.67%-
XYZ32.9734.6726.78-
YUV158.62112.98136.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 158 (62.11% from 255) = 34.35%
BLUE value IS 132 (51.95% from 255) = 28.70%
R=36.96%
G=34.35%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015813200.070.220.3341.0518.2759.22
HexAA9E8407162129123b
Octal252236204072641512273
Binary10101010100111101000010001111011010000110100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E84; }

 p { color: rgb(170,158,132); }

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

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

 a { background-color: rgb(170,158,132); }

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

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

 span { border-color: rgb(170,158,132); }

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