#A8B9B9

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

Shades of Jungle Mist #A8B9B9

Tints of Jungle Mist #A8B9B9

Color information

#A8B9B9 (or 0xA8B9B9) is unknown color: approx Jungle Mist. HEX triplet: A8, B9 and B9. RGB value is (168,185,185). Sum of RGB (Red+Green+Blue) = 168+185+185=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 185 - color contains mainly: green, blue. Hex color #A8B9B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8B9B9 is #574646. Grayscale: #B3B3B3. Windows color (decimal): -5719623 or 12171688. OLE color: 12171688.

HSL color Cylindrical-coordinate representation of color #A8B9B9: hue angle of 180º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8B9B9 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168185185-
CMYK0.09000.27
HSL180º10.83%69.22%-
HSV(B)180º9.19%72.55%-
XYZ42.2546.5352.65-
YUV179.92130.87119.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.23%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=31.23%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681851850.09000.2718010.8369.22
HexA8B9B99001Bb4b45
Octal25027127111003326413105
Binary101010001011100110111001100100110111011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B9B9; }

 p { color: rgb(168,185,185); }

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

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

 a { background-color: rgb(168,185,185); }

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

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

 span { border-color: rgb(168,185,185); }

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