#AAA190

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

Shades of Napa #AAA190

Tints of Napa #AAA190

Color information

#AAA190 (or 0xAAA190) is unknown color: approx Napa. HEX triplet: AA, A1 and 90. RGB value is (170,161,144). Sum of RGB (Red+Green+Blue) = 170+161+144=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA190 is #555E6F. Grayscale: #A1A1A1. Windows color (decimal): -5594736 or 9478570. OLE color: 9478570.

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

Color convert

RGB170161144-
CMYK00.050.150.33
HSL39.23º13.27%61.57%-
HSV(B)39.23º15.29%66.67%-
XYZ34.3636.0531.53-
YUV161.75117.98133.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.79%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=35.79%
G=33.89%
B=30.32%

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
Decimal17016114400.050.150.3339.2313.2761.57
HexAAA19005F2127d3e
Octal252241220051741471576
Binary101010101010000110010000010111111000011001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA190; }

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

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

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

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

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

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

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

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