#A19C93

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

Shades of Napa #A19C93

Tints of Napa #A19C93

Color information

#A19C93 (or 0xA19C93) is unknown color: approx Napa. HEX triplet: A1, 9C and 93. RGB value is (161,156,147). Sum of RGB (Red+Green+Blue) = 161+156+147=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 161 - color contains mainly: red. Hex color #A19C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A19C93 is #5E636C. Grayscale: #9C9C9C. Windows color (decimal): -6185837 or 9673889. OLE color: 9673889.

HSL color Cylindrical-coordinate representation of color #A19C93: hue angle of 38.57º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A19C93 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB161156147-
CMYK00.030.090.37
HSL38.57º6.93%60.39%-
HSV(B)38.57º8.7%63.14%-
XYZ31.8533.4632.38-
YUV156.47122.66131.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 156 (61.33% from 255) = 33.62%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=34.70%
G=33.62%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115614700.030.090.3738.576.9360.39
HexA19C93039252773c
Octal24123422303114547774
Binary1010000110011100100100110111001100101100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19C93; }

 p { color: rgb(161,156,147); }

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

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

 a { background-color: rgb(161,156,147); }

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

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

 span { border-color: rgb(161,156,147); }

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