#A7C5C7

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

Shades of Jungle Mist #A7C5C7

Tints of Jungle Mist #A7C5C7

Color information

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

HSL color Cylindrical-coordinate representation of color #A7C5C7: hue angle of 183.75º 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 #A7C5C7 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167197199-
CMYK0.160.0100.22
HSL183.75º22.22%71.76%-
HSV(B)183.75º16.08%78.04%-
XYZ46.2152.2761.69-
YUV188.26134.06112.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671971990.160.0100.22183.7522.2271.76
HexA7C5C7101016b81648
Octal24730530720102627026110
Binary10100111110001011100011110000101011010111000101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5C7; }

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

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

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

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

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

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

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

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