#A7C0BF

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

Shades of Jungle Mist #A7C0BF

Tints of Jungle Mist #A7C0BF

Color information

#A7C0BF (or 0xA7C0BF) is unknown color: approx Jungle Mist. HEX triplet: A7, C0 and BF. RGB value is (167,192,191). Sum of RGB (Red+Green+Blue) = 167+192+191=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 191 (75% from 255 or 34.73% from 550); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C0BF is #583F40. Grayscale: #B8B8B8. Windows color (decimal): -5783361 or 12566695. OLE color: 12566695.

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

Color convert

RGB167192191-
CMYK0.1300.010.25
HSL177.6º16.56%70.39%-
HSV(B)177.6º13.02%75.29%-
XYZ44.1949.6856.55-
YUV184.41131.72115.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 192 (75.39% from 255) = 34.91%
BLUE value IS 191 (75% from 255) = 34.73%
R=30.36%
G=34.91%
B=34.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921910.1300.010.25177.616.5670.39
HexA7C0BFD0119b21146
Octal24730027715013126221106
Binary1010011111000000101111111101011100110110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C0BF; }

 p { color: rgb(167,192,191); }

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

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

 a { background-color: rgb(167,192,191); }

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

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

 span { border-color: rgb(167,192,191); }

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