#AAA189

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

Shades of Napa #AAA189

Tints of Napa #AAA189

Color information

#AAA189 (or 0xAAA189) is unknown color: approx Napa. HEX triplet: AA, A1 and 89. RGB value is (170,161,137). Sum of RGB (Red+Green+Blue) = 170+161+137=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA189 is #555E76. Grayscale: #A1A1A1. Windows color (decimal): -5594743 or 9019818. OLE color: 9019818.

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

Color convert

RGB170161137-
CMYK00.050.190.33
HSL43.64º16.26%60.2%-
HSV(B)43.64º19.41%66.67%-
XYZ33.8435.8428.8-
YUV160.95114.48134.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 161 (63.28% from 255) = 34.40%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=36.32%
G=34.40%
B=29.27%

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
Decimal17016113700.050.190.3343.6416.2660.2
HexAAA1890513212c103c
Octal252241211052341542074
Binary10101010101000011000100101011001110000110110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA189; }

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

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

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

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

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

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

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

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