#A09A91

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

Shades of Napa #A09A91

Tints of Napa #A09A91

Color information

#A09A91 (or 0xA09A91) is unknown color: approx Napa. HEX triplet: A0, 9A and 91. RGB value is (160,154,145). Sum of RGB (Red+Green+Blue) = 160+154+145=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09A91 is #5F656E. Grayscale: #9A9A9A. Windows color (decimal): -6251887 or 9542304. OLE color: 9542304.

HSL color Cylindrical-coordinate representation of color #A09A91: hue angle of 36º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A09A91 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB160154145-
CMYK00.040.090.37
HSL36º7.32%59.8%-
HSV(B)36º9.38%62.75%-
XYZ31.1632.6331.44-
YUV154.77122.49131.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 154 (60.55% from 255) = 33.55%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=34.86%
G=33.55%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015414500.040.090.37367.3259.8
HexA09A91049252473c
Octal24023222104114544774
Binary10100000100110101001000101001001100101100100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09A91; }

 p { color: rgb(160,154,145); }

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

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

 a { background-color: rgb(160,154,145); }

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

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

 span { border-color: rgb(160,154,145); }

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