#AAA18E

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

Shades of Napa #AAA18E

Tints of Napa #AAA18E

Color information

#AAA18E (or 0xAAA18E) is unknown color: approx Napa. HEX triplet: AA, A1 and 8E. RGB value is (170,161,142). Sum of RGB (Red+Green+Blue) = 170+161+142=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA18E is #555E71. Grayscale: #A1A1A1. Windows color (decimal): -5594738 or 9347498. OLE color: 9347498.

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

Color convert

RGB170161142-
CMYK00.050.160.33
HSL40.71º14.14%61.18%-
HSV(B)40.71º16.47%66.67%-
XYZ34.235.9930.73-
YUV161.52116.98134.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.94%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=35.94%
G=34.04%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016114200.050.160.3340.7114.1461.18
HexAAA18E05102129e3d
Octal252241216052041511675
Binary1010101010100001100011100101100001000011010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA18E; }

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

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

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

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

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

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

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

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