#A0988B

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

Shades of Napa #A0988B

Tints of Napa #A0988B

Color information

#A0988B (or 0xA0988B) is unknown color: approx Napa. HEX triplet: A0, 98 and 8B. RGB value is (160,152,139). Sum of RGB (Red+Green+Blue) = 160+152+139=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 152 (59.77% from 255 or 33.70% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A0988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0988B is #5F6774. Grayscale: #989898. Windows color (decimal): -6252405 or 9148576. OLE color: 9148576.

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

Color convert

RGB160152139-
CMYK00.050.130.37
HSL37.14º9.95%58.63%-
HSV(B)37.14º13.12%62.75%-
XYZ30.3931.7928.96-
YUV152.91120.15133.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 152 (59.77% from 255) = 33.70%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=35.48%
G=33.70%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015213900.050.130.3737.149.9558.63
HexA0988B05D2525a3b
Octal240230213051545451273
Binary101000001001100010001011010111011001011001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0988B; }

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

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

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

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

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

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

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

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