#A4C1C2

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

Shades of Jungle Mist #A4C1C2

Tints of Jungle Mist #A4C1C2

Color information

#A4C1C2 (or 0xA4C1C2) is unknown color: approx Jungle Mist. HEX triplet: A4, C1 and C2. RGB value is (164,193,194). Sum of RGB (Red+Green+Blue) = 164+193+194=551 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.76% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 194 - color contains mainly: blue. Hex color #A4C1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1C2 is #5B3E3D. Grayscale: #B8B8B8. Windows color (decimal): -5979710 or 12763556. OLE color: 12763556.

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

Color convert

RGB164193194-
CMYK0.150.0100.24
HSL182º19.74%70.2%-
HSV(B)182º15.46%76.08%-
XYZ44.1249.9358.35-
YUV184.44133.39113.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.76%
GREEN value IS 193 (75.78% from 255) = 35.03%
BLUE value IS 194 (76.17% from 255) = 35.21%
R=29.76%
G=35.03%
B=35.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931940.150.0100.2418219.7470.2
HexA4C1C2F1018b61446
Octal24430130217103026624106
Binary1010010011000001110000101111101100010110110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1C2; }

 p { color: rgb(164,193,194); }

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

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

 a { background-color: rgb(164,193,194); }

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

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

 span { border-color: rgb(164,193,194); }

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