#AAA290

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

Shades of Napa #AAA290

Tints of Napa #AAA290

Color information

#AAA290 (or 0xAAA290) is unknown color: approx Napa. HEX triplet: AA, A2 and 90. RGB value is (170,162,144). Sum of RGB (Red+Green+Blue) = 170+162+144=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA290 is #555D6F. Grayscale: #A2A2A2. Windows color (decimal): -5594480 or 9478826. OLE color: 9478826.

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

Color convert

RGB170162144-
CMYK00.050.150.33
HSL41.54º13.27%61.57%-
HSV(B)41.54º15.29%66.67%-
XYZ34.5336.431.59-
YUV162.34117.65133.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 162 (63.67% from 255) = 34.03%
BLUE value IS 144 (56.64% from 255) = 30.25%
R=35.71%
G=34.03%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17016214400.050.150.3341.5413.2761.57
HexAAA29005F212ad3e
Octal252242220051741521576
Binary101010101010001010010000010111111000011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA290; }

 p { color: rgb(170,162,144); }

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

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

 a { background-color: rgb(170,162,144); }

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

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

 span { border-color: rgb(170,162,144); }

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