#A0998A

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

Shades of Napa #A0998A

Tints of Napa #A0998A

Color information

#A0998A (or 0xA0998A) is unknown color: approx Napa. HEX triplet: A0, 99 and 8A. RGB value is (160,153,138). Sum of RGB (Red+Green+Blue) = 160+153+138=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 160 - color contains mainly: red. Hex color #A0998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0998A is #5F6675. Grayscale: #999999. Windows color (decimal): -6252150 or 9083296. OLE color: 9083296.

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

Color convert

RGB160153138-
CMYK00.040.140.37
HSL40.91º10.38%58.43%-
HSV(B)40.91º13.75%62.75%-
XYZ30.4832.0928.63-
YUV153.38119.32132.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=35.48%
G=33.92%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015313800.040.140.3740.9110.3858.43
HexA0998A04E2529a3a
Octal240231212041645511272
Binary101000001001100110001010010011101001011010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0998A; }

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

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

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

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

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

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

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

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