#AFBBBB

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

Shades of Jungle Mist #AFBBBB

Tints of Jungle Mist #AFBBBB

Color information

#AFBBBB (or 0xAFBBBB) is unknown color: approx Jungle Mist. HEX triplet: AF, BB and BB. RGB value is (175,187,187). Sum of RGB (Red+Green+Blue) = 175+187+187=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #AFBBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBBB is #504444. Grayscale: #B7B7B7. Windows color (decimal): -5260357 or 12303279. OLE color: 12303279.

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

Color convert

RGB175187187-
CMYK0.06000.27
HSL180º8.11%70.98%-
HSV(B)180º6.42%73.33%-
XYZ44.4248.2453.98-
YUV183.41130.02122-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.88%
GREEN value IS 187 (73.44% from 255) = 34.06%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=31.88%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871870.06000.271808.1170.98
HexAFBBBB6001Bb4847
Octal2572732736003326410107
Binary10101111101110111011101111000110111011010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBBBB; }

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

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

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

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

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

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

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

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