#AAA18A

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

Shades of Napa #AAA18A

Tints of Napa #AAA18A

Color information

#AAA18A (or 0xAAA18A) is unknown color: approx Napa. HEX triplet: AA, A1 and 8A. RGB value is (170,161,138). Sum of RGB (Red+Green+Blue) = 170+161+138=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA18A is #555E75. Grayscale: #A1A1A1. Windows color (decimal): -5594742 or 9085354. OLE color: 9085354.

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

Color convert

RGB170161138-
CMYK00.050.190.33
HSL43.13º15.84%60.39%-
HSV(B)43.13º18.82%66.67%-
XYZ33.9135.8729.18-
YUV161.07114.98134.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.25%
GREEN value IS 161 (63.28% from 255) = 34.33%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=36.25%
G=34.33%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016113800.050.190.3343.1315.8460.39
HexAAA18A0513212b103c
Octal252241212052341532074
Binary10101010101000011000101001011001110000110101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA18A; }

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

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

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

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

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

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

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

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