#A19A8E

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

Shades of Napa #A19A8E

Tints of Napa #A19A8E

Color information

#A19A8E (or 0xA19A8E) is unknown color: approx Napa. HEX triplet: A1, 9A and 8E. RGB value is (161,154,142). Sum of RGB (Red+Green+Blue) = 161+154+142=457 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.23% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19A8E is #5E6571. Grayscale: #9A9A9A. Windows color (decimal): -6186354 or 9345697. OLE color: 9345697.

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

Color convert

RGB161154142-
CMYK00.040.120.37
HSL37.89º9.18%59.41%-
HSV(B)37.89º11.8%63.14%-
XYZ31.1432.6430.25-
YUV154.72120.82132.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.23%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=35.23%
G=33.70%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115414200.040.120.3737.899.1859.41
HexA19A8E04C252693b
Octal241232216041445461173
Binary101000011001101010001110010011001001011001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19A8E; }

 p { color: rgb(161,154,142); }

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

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

 a { background-color: rgb(161,154,142); }

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

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

 span { border-color: rgb(161,154,142); }

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