#AFBFC0

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

Shades of Jungle Mist #AFBFC0

Tints of Jungle Mist #AFBFC0

Color information

#AFBFC0 (or 0xAFBFC0) is unknown color: approx Jungle Mist. HEX triplet: AF, BF and C0. RGB value is (175,191,192). Sum of RGB (Red+Green+Blue) = 175+191+192=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFC0 is #50403F. Grayscale: #BABABA. Windows color (decimal): -5259328 or 12631983. OLE color: 12631983.

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

Color convert

RGB175191192-
CMYK0.090.0100.25
HSL183.53º11.89%71.96%-
HSV(B)183.53º8.85%75.29%-
XYZ45.8250.1857.14-
YUV186.33131.2119.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.36%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 192 (75.39% from 255) = 34.41%
R=31.36%
G=34.23%
B=34.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911920.090.0100.25183.5311.8971.96
HexAFBFC091019b8c48
Octal25727730011103127014110
Binary101011111011111111000000100110110011011100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFC0; }

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

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

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

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

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

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

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

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