#A0998B

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

Shades of Napa #A0998B

Tints of Napa #A0998B

Color information

#A0998B (or 0xA0998B) is unknown color: approx Napa. HEX triplet: A0, 99 and 8B. RGB value is (160,153,139). Sum of RGB (Red+Green+Blue) = 160+153+139=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 160 - color contains mainly: red. Hex color #A0998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0998B is #5F6674. Grayscale: #999999. Windows color (decimal): -6252149 or 9148832. OLE color: 9148832.

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

Color convert

RGB160153139-
CMYK00.040.130.37
HSL40º9.95%58.63%-
HSV(B)40º13.12%62.75%-
XYZ30.5532.1229.02-
YUV153.5119.82132.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.40%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 139 (54.69% from 255) = 30.75%
R=35.40%
G=33.85%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015313900.040.130.37409.9558.63
HexA0998B04D2528a3b
Octal240231213041545501273
Binary101000001001100110001011010011011001011010001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0998B; }

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

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

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

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

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

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

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

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