Html Css Color HEX #A6BFBF Jungle Mist

📋 copy color: '#A6BFBF'

red 166 ◦ green 191 ◦ blue 191

#A6BFBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #A6BFBF

Tints of Jungle Mist #A6BFBF

RGB

 RED value IS 166 (65.23% from 255) = 30.29%

 GREEN value IS 191 (75% from 255) = 34.85%

 BLUE value IS 191 (75% from 255) = 34.85%

R = 30.29%
G = 34.85%
B = 34.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6BFBF (or 0xA6BFBF) is known color: Jungle Mist. HEX triplet: A6, BF and BF. RGB value is (166,191,191). Sum of RGB (Red+Green+Blue) = 166+191+191=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #A6BFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFBF is #594040. Grayscale: #B7B7B7. Windows color (decimal): -5849153 or 12566438. OLE color: 12566438.

HSL color Cylindrical-coordinate representation of color #A6BFBF: hue angle of 180º degrees, saturation: 0.16, 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 #A6BFBF is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 191 191 -
CMYK 0.13 0 0 0.25
HSL 180º 0.16% 0.7% -
HSV(B) 180º 0.13% 0.75% -
XYZ 43.76 49.13 56.47 -
YUV 183.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 166 191 191 0.13 0 0 0.25 180 0.16 0.7
Hex A6 BF BF D 0 0 19 B4 10 46
Octal 246 277 277 15 0 0 31 264 20 106
Binary 10100110 10111111 10111111 1101 0 0 11001 10110100 10000 1000110

Color Harmonies of #A6BFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BFBF

Black with #A6BFBF

Text Example


Text Example

White with #A6BFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BFBF; }

 p { color: rgb(166,191,191); }

 H1.HeaderClassName
 {
   color: #A6BFBF;
 }
 .AnyTagClassName
 {
   color: #A6BFBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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