#A1998D

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

Shades of Napa #A1998D

Tints of Napa #A1998D

Color information

#A1998D (or 0xA1998D) is unknown color: approx Napa. HEX triplet: A1, 99 and 8D. RGB value is (161,153,141). Sum of RGB (Red+Green+Blue) = 161+153+141=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 161 - color contains mainly: red. Hex color #A1998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1998D is #5E6672. Grayscale: #9A9A9A. Windows color (decimal): -6186611 or 9279905. OLE color: 9279905.

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

Color convert

RGB161153141-
CMYK00.050.120.37
HSL36º9.62%59.22%-
HSV(B)36º12.42%63.14%-
XYZ30.932.2829.8-
YUV154.02120.65132.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.38%
GREEN value IS 153 (60.16% from 255) = 33.63%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=35.38%
G=33.63%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115314100.050.120.37369.6259.22
HexA1998D05C2524a3b
Octal241231215051445441273
Binary101000011001100110001101010111001001011001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1998D; }

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

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

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

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

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

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

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

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