#A4C1C1

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

Shades of Jungle Mist #A4C1C1

Tints of Jungle Mist #A4C1C1

Color information

#A4C1C1 (or 0xA4C1C1) is unknown color: approx Jungle Mist. HEX triplet: A4, C1 and C1. RGB value is (164,193,193). Sum of RGB (Red+Green+Blue) = 164+193+193=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 193 (75.78% from 255 or 35.09% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: green, blue. Hex color #A4C1C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C1C1 is #5B3E3E. Grayscale: #B8B8B8. Windows color (decimal): -5979711 or 12698020. OLE color: 12698020.

HSL color Cylindrical-coordinate representation of color #A4C1C1: hue angle of 180º degrees, saturation: 0.19, 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 #A4C1C1 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164193193-
CMYK0.15000.24
HSL180º18.95%70%-
HSV(B)180º15.03%75.69%-
XYZ44.0149.8857.76-
YUV184.33132.89113.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.82%
GREEN value IS 193 (75.78% from 255) = 35.09%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=29.82%
G=35.09%
B=35.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641931930.15000.2418018.9570
HexA4C1C1F0018b41346
Octal24430130117003026423106
Binary1010010011000001110000011111001100010110100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C1C1; }

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

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

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

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

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

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

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

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