#A09889

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

Shades of Napa #A09889

Tints of Napa #A09889

Color information

#A09889 (or 0xA09889) is unknown color: approx Napa. HEX triplet: A0, 98 and 89. RGB value is (160,152,137). Sum of RGB (Red+Green+Blue) = 160+152+137=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 137 (53.91% from 255 or 30.51% from 449); Max value from RGB is 160 - color contains mainly: red. Hex color #A09889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09889 is #5F6776. Grayscale: #989898. Windows color (decimal): -6252407 or 9017504. OLE color: 9017504.

HSL color Cylindrical-coordinate representation of color #A09889: hue angle of 39.13º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A09889 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB160152137-
CMYK00.050.140.37
HSL39.13º10.8%58.24%-
HSV(B)39.13º14.37%62.75%-
XYZ30.2431.7428.2-
YUV152.68119.15133.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.63%
GREEN value IS 152 (59.77% from 255) = 33.85%
BLUE value IS 137 (53.91% from 255) = 30.51%
R=35.63%
G=33.85%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015213700.050.140.3739.1310.858.24
HexA0988905E2527b3a
Octal240230211051645471372
Binary101000001001100010001001010111101001011001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09889; }

 p { color: rgb(160,152,137); }

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

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

 a { background-color: rgb(160,152,137); }

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

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

 span { border-color: rgb(160,152,137); }

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