#A4C3C5

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

Shades of Jungle Mist #A4C3C5

Tints of Jungle Mist #A4C3C5

Color information

#A4C3C5 (or 0xA4C3C5) is unknown color: approx Jungle Mist. HEX triplet: A4, C3 and C5. RGB value is (164,195,197). Sum of RGB (Red+Green+Blue) = 164+195+197=556 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.50% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #A4C3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C3C5 is #5B3C3A. Grayscale: #B9B9B9. Windows color (decimal): -5979195 or 12960676. OLE color: 12960676.

HSL color Cylindrical-coordinate representation of color #A4C3C5: hue angle of 183.64º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C3C5 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB164195197-
CMYK0.170.0100.23
HSL183.64º22.15%70.78%-
HSV(B)183.64º16.75%77.25%-
XYZ44.950.9560.29-
YUV185.96134.23112.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.50%
GREEN value IS 195 (76.56% from 255) = 35.07%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=29.50%
G=35.07%
B=35.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641951970.170.0100.23183.6422.1570.78
HexA4C3C5111017b81647
Octal24430330521102727026107
Binary10100100110000111100010110001101011110111000101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C3C5; }

 p { color: rgb(164,195,197); }

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

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

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

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

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

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

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