#A1998A

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

Shades of Napa #A1998A

Tints of Napa #A1998A

Color information

#A1998A (or 0xA1998A) is unknown color: approx Napa. HEX triplet: A1, 99 and 8A. RGB value is (161,153,138). Sum of RGB (Red+Green+Blue) = 161+153+138=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 161 - color contains mainly: red. Hex color #A1998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1998A is #5E6675. Grayscale: #999999. Windows color (decimal): -6186614 or 9083297. OLE color: 9083297.

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

Color convert

RGB161153138-
CMYK00.050.140.37
HSL39.13º10.9%58.63%-
HSV(B)39.13º14.29%63.14%-
XYZ30.6832.1928.64-
YUV153.68119.15133.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.62%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 138 (54.30% from 255) = 30.53%
R=35.62%
G=33.85%
B=30.53%

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
Decimal16115313800.050.140.3739.1310.958.63
HexA1998A05E2527b3b
Octal241231212051645471373
Binary101000011001100110001010010111101001011001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1998A; }

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

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

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

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

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

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

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

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