#A1C1C0

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

Shades of Jungle Mist #A1C1C0

Tints of Jungle Mist #A1C1C0

Color information

#A1C1C0 (or 0xA1C1C0) is unknown color: approx Jungle Mist. HEX triplet: A1, C1 and C0. RGB value is (161,193,192). Sum of RGB (Red+Green+Blue) = 161+193+192=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C1C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C1C0 is #5E3E3F. Grayscale: #B7B7B7. Windows color (decimal): -6176320 or 12632481. OLE color: 12632481.

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

Color convert

RGB161193192-
CMYK0.1700.010.24
HSL178.12º20.51%69.41%-
HSV(B)178.12º16.58%75.69%-
XYZ43.2849.5257.15-
YUV183.32132.9112.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 193 (75.78% from 255) = 35.35%
BLUE value IS 192 (75.39% from 255) = 35.16%
R=29.49%
G=35.35%
B=35.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931920.1700.010.24178.1220.5169.41
HexA1C1C0110118b21545
Octal24130130021013026225105
Binary10100001110000011100000010001011100010110010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C1C0; }

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

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

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

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

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

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

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

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