Html Css Color HEX #A7BFBD Jungle Mist

📋 copy color: '#A7BFBD'

red 167 ◦ green 191 ◦ blue 189

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

Shades of Jungle Mist #A7BFBD

Tints of Jungle Mist #A7BFBD

RGB

 RED value IS 167 (65.63% from 255) = 30.53%

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

 BLUE value IS 189 (74.22% from 255) = 34.55%

R = 30.53%
G = 34.92%
B = 34.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A7BFBD (or 0xA7BFBD) is known color: Jungle Mist. HEX triplet: A7, BF and BD. RGB value is (167,191,189). Sum of RGB (Red+Green+Blue) = 167+191+189=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFBD is #584042. Grayscale: #B7B7B7. Windows color (decimal): -5783619 or 12435367. OLE color: 12435367.

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

Color convert

RGB 167 191 189 -
CMYK 0.13 0 0.01 0.25
HSL 175º 0.16% 0.7% -
HSV(B) 175º 0.13% 0.75% -
XYZ 43.75 49.15 55.33 -
YUV 183.6 131.05 116.16 -
System Red Green Blue C M Y K H S L
Decimal 167 191 189 0.13 0 0.01 0.25 175 0.16 0.7
Hex A7 BF BD D 0 1 19 AF 10 46
Octal 247 277 275 15 0 1 31 257 20 106
Binary 10100111 10111111 10111101 1101 0 1 11001 10101111 10000 1000110

Color Harmonies of #A7BFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BFBD

Black with #A7BFBD

Text Example


Text Example

White with #A7BFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BFBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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