#A09B90

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

Shades of Napa #A09B90

Tints of Napa #A09B90

Color information

#A09B90 (or 0xA09B90) is unknown color: approx Napa. HEX triplet: A0, 9B and 90. RGB value is (160,155,144). Sum of RGB (Red+Green+Blue) = 160+155+144=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B90 is #5F646F. Grayscale: #9B9B9B. Windows color (decimal): -6251632 or 9477024. OLE color: 9477024.

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

Color convert

RGB160155144-
CMYK00.030.10.37
HSL41.25º7.77%59.61%-
HSV(B)41.25º10%62.75%-
XYZ31.2532.9331.09-
YUV155.24121.66131.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=34.86%
G=33.77%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015514400.030.10.3741.257.7759.61
HexA09B9003A252983c
Octal240233220031245511074
Binary10100000100110111001000001110101001011010011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B90; }

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

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

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

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

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

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

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

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