#A7C7C5

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

Shades of Jungle Mist #A7C7C5

Tints of Jungle Mist #A7C7C5

Color information

#A7C7C5 (or 0xA7C7C5) is unknown color: approx Jungle Mist. HEX triplet: A7, C7 and C5. RGB value is (167,199,197). Sum of RGB (Red+Green+Blue) = 167+199+197=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 199 (78.12% from 255 or 35.35% from 563); Blue value is 197 (77.34% from 255 or 34.99% from 563); Max value from RGB is 199 - color contains mainly: green. Hex color #A7C7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C7C5 is #58383A. Grayscale: #BDBDBD. Windows color (decimal): -5781563 or 12961703. OLE color: 12961703.

HSL color Cylindrical-coordinate representation of color #A7C7C5: hue angle of 176.25º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A7C7C5 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB167199197-
CMYK0.1600.010.22
HSL176.25º22.22%71.76%-
HSV(B)176.25º16.08%78.04%-
XYZ46.4453.0960.62-
YUV189.2132.4112.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.66%
GREEN value IS 199 (78.12% from 255) = 35.35%
BLUE value IS 197 (77.34% from 255) = 34.99%
R=29.66%
G=35.35%
B=34.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671991970.1600.010.22176.2522.2271.76
HexA7C7C5100116b01648
Octal24730730520012626026110
Binary10100111110001111100010110000011011010110000101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C7C5; }

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

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

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

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

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

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

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

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