#A09B91

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

Shades of Napa #A09B91

Tints of Napa #A09B91

Color information

#A09B91 (or 0xA09B91) is unknown color: approx Napa. HEX triplet: A0, 9B and 91. RGB value is (160,155,145). Sum of RGB (Red+Green+Blue) = 160+155+145=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B91 is #5F646E. Grayscale: #9B9B9B. Windows color (decimal): -6251631 or 9542560. OLE color: 9542560.

HSL color Cylindrical-coordinate representation of color #A09B91: hue angle of 40º 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 #A09B91 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB160155145-
CMYK00.030.090.37
HSL40º7.32%59.8%-
HSV(B)40º9.38%62.75%-
XYZ31.3332.9631.5-
YUV155.35122.16131.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=34.78%
G=33.70%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015514500.030.090.37407.3259.8
HexA09B91039252873c
Octal24023322103114550774
Binary1010000010011011100100010111001100101101000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B91; }

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

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

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

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

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

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

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

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