#AFBFBF

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

Shades of Jungle Mist #AFBFBF

Tints of Jungle Mist #AFBFBF

Color information

#AFBFBF (or 0xAFBFBF) is unknown color: approx Jungle Mist. HEX triplet: AF, BF and BF. RGB value is (175,191,191). Sum of RGB (Red+Green+Blue) = 175+191+191=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #AFBFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFBF is #504040. Grayscale: #BABABA. Windows color (decimal): -5259329 or 12566447. OLE color: 12566447.

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

Color convert

RGB175191191-
CMYK0.08000.25
HSL180º11.11%71.76%-
HSV(B)180º8.38%74.9%-
XYZ45.7150.1456.56-
YUV186.22130.7120-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.42%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 34.29%
R=31.42%
G=34.29%
B=34.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911910.08000.2518011.1171.76
HexAFBFBF80019b4b48
Octal25727727710003126413110
Binary101011111011111110111111100000110011011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFBF; }

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

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

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

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

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

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

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

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