#A3C0C1

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

Shades of Jungle Mist #A3C0C1

Tints of Jungle Mist #A3C0C1

Color information

#A3C0C1 (or 0xA3C0C1) is unknown color: approx Jungle Mist. HEX triplet: A3, C0 and C1. RGB value is (163,192,193). Sum of RGB (Red+Green+Blue) = 163+192+193=548 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.74% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 193 (75.78% from 255 or 35.22% from 548); Max value from RGB is 193 - color contains mainly: blue. Hex color #A3C0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0C1 is #5C3F3E. Grayscale: #B7B7B7. Windows color (decimal): -6045503 or 12697763. OLE color: 12697763.

HSL color Cylindrical-coordinate representation of color #A3C0C1: hue angle of 182º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C0C1 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB163192193-
CMYK0.160.0100.24
HSL182º19.48%69.8%-
HSV(B)182º15.54%75.69%-
XYZ43.5849.3457.68-
YUV183.44133.39113.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.74%
GREEN value IS 192 (75.39% from 255) = 35.04%
BLUE value IS 193 (75.78% from 255) = 35.22%
R=29.74%
G=35.04%
B=35.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631921930.160.0100.2418219.4869.8
HexA3C0C1101018b61346
Octal24330030120103026623106
Binary10100011110000001100000110000101100010110110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C0C1; }

 p { color: rgb(163,192,193); }

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

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

 a { background-color: rgb(163,192,193); }

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

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

 span { border-color: rgb(163,192,193); }

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