#A7C5C3

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

Shades of Jungle Mist #A7C5C3

Tints of Jungle Mist #A7C5C3

Color information

#A7C5C3 (or 0xA7C5C3) is unknown color: approx Jungle Mist. HEX triplet: A7, C5 and C3. RGB value is (167,197,195). Sum of RGB (Red+Green+Blue) = 167+197+195=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C5C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5C3 is #583A3C. Grayscale: #BBBBBB. Windows color (decimal): -5782077 or 12830119. OLE color: 12830119.

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

Color convert

RGB167197195-
CMYK0.1500.010.23
HSL176º20.55%71.37%-
HSV(B)176º15.23%77.25%-
XYZ45.7552.0959.27-
YUV187.8132.06113.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 195 (76.56% from 255) = 34.88%
R=29.87%
G=35.24%
B=34.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671971950.1500.010.2317620.5571.37
HexA7C5C3F0117b01547
Octal24730530317012726025107
Binary1010011111000101110000111111011011110110000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5C3; }

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

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

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

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

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

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

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

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