#A9A191

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

Shades of Napa #A9A191

Tints of Napa #A9A191

Color information

#A9A191 (or 0xA9A191) is unknown color: approx Napa. HEX triplet: A9, A1 and 91. RGB value is (169,161,145). Sum of RGB (Red+Green+Blue) = 169+161+145=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A191 is #565E6E. Grayscale: #A1A1A1. Windows color (decimal): -5660271 or 9544105. OLE color: 9544105.

HSL color Cylindrical-coordinate representation of color #A9A191: hue angle of 40º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A9A191 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB169161145-
CMYK00.050.140.34
HSL40º12.24%61.57%-
HSV(B)40º14.2%66.27%-
XYZ34.2235.9731.93-
YUV161.57118.65133.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.58%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=35.58%
G=33.89%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916114500.050.140.344012.2461.57
HexA9A19105E2228c3e
Octal251241221051642501476
Binary101010011010000110010001010111101000101010001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A191; }

 p { color: rgb(169,161,145); }

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

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

 a { background-color: rgb(169,161,145); }

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

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

 span { border-color: rgb(169,161,145); }

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