#AEBFBF

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

Shades of Jungle Mist #AEBFBF

Tints of Jungle Mist #AEBFBF

Color information

#AEBFBF (or 0xAEBFBF) is unknown color: approx Jungle Mist. HEX triplet: AE, BF and BF. RGB value is (174,191,191). Sum of RGB (Red+Green+Blue) = 174+191+191=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 191 (75% from 255 or 34.35% from 556); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #AEBFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFBF is #514040. Grayscale: #B9B9B9. Windows color (decimal): -5324865 or 12566446. OLE color: 12566446.

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

Color convert

RGB174191191-
CMYK0.09000.25
HSL180º11.72%71.57%-
HSV(B)180º8.9%74.9%-
XYZ45.4950.0256.55-
YUV185.92130.87119.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 191 (75% from 255) = 34.35%
R=31.29%
G=34.35%
B=34.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911910.09000.2518011.7271.57
HexAEBFBF90019b4c48
Octal25627727711003126414110
Binary101011101011111110111111100100110011011010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFBF; }

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

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

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

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

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

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

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

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