#A7C7CA

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

Shades of Jungle Mist #A7C7CA

Tints of Jungle Mist #A7C7CA

Color information

#A7C7CA (or 0xA7C7CA) is unknown color: approx Jungle Mist. HEX triplet: A7, C7 and CA. RGB value is (167,199,202). Sum of RGB (Red+Green+Blue) = 167+199+202=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 202 - color contains mainly: blue. Hex color #A7C7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C7CA is #583835. Grayscale: #BDBDBD. Windows color (decimal): -5781558 or 13289383. OLE color: 13289383.

HSL color Cylindrical-coordinate representation of color #A7C7CA: hue angle of 185.14º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7C7CA is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167199202-
CMYK0.170.0100.21
HSL185.14º24.82%72.35%-
HSV(B)185.14º17.33%79.22%-
XYZ47.0253.3363.69-
YUV189.77134.9111.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 199 (78.12% from 255) = 35.04%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=29.40%
G=35.04%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671992020.170.0100.21185.1424.8272.35
HexA7C7CA111015b91948
Octal24730731221102527131110
Binary10100111110001111100101010001101010110111001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C7CA; }

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

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

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

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

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

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

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

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