#AEBEBE

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

Shades of Jungle Mist #AEBEBE

Tints of Jungle Mist #AEBEBE

Color information

#AEBEBE (or 0xAEBEBE) is unknown color: approx Jungle Mist. HEX triplet: AE, BE and BE. RGB value is (174,190,190). Sum of RGB (Red+Green+Blue) = 174+190+190=554 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.41% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #AEBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEBE is #514141. Grayscale: #B9B9B9. Windows color (decimal): -5325122 or 12500654. OLE color: 12500654.

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

Color convert

RGB174190190-
CMYK0.08000.25
HSL180º10.96%71.37%-
HSV(B)180º8.42%74.51%-
XYZ45.1649.5455.9-
YUV185.22130.7120-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.41%
GREEN value IS 190 (74.61% from 255) = 34.30%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=31.41%
G=34.30%
B=34.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741901900.08000.2518010.9671.37
HexAEBEBE80019b4b47
Octal25627627610003126413107
Binary101011101011111010111110100000110011011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBEBE; }

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

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

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

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

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

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

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

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