#AFBDBD

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

Shades of Jungle Mist #AFBDBD

Tints of Jungle Mist #AFBDBD

Color information

#AFBDBD (or 0xAFBDBD) is unknown color: approx Jungle Mist. HEX triplet: AF, BD and BD. RGB value is (175,189,189). Sum of RGB (Red+Green+Blue) = 175+189+189=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #AFBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDBD is #504242. Grayscale: #B8B8B8. Windows color (decimal): -5259843 or 12434863. OLE color: 12434863.

HSL color Cylindrical-coordinate representation of color #AFBDBD: hue angle of 180º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDBD is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB175189189-
CMYK0.07000.26
HSL180º9.59%71.37%-
HSV(B)180º7.41%74.12%-
XYZ45.0649.1855.26-
YUV184.81130.36121-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.65%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 189 (74.22% from 255) = 34.18%
R=31.65%
G=34.18%
B=34.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751891890.07000.261809.5971.37
HexAFBDBD7001Ab4a47
Octal2572752757003226412107
Binary10101111101111011011110111100110101011010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDBD; }

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

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

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

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

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

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

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

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