#AEBCB0

Color #AEBCB0 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #AEBCB0

Tints of Gum Leaf #AEBCB0

Color information

#AEBCB0 (or 0xAEBCB0) is unknown color: approx Gum Leaf. HEX triplet: AE, BC and B0. RGB value is (174,188,176). Sum of RGB (Red+Green+Blue) = 174+188+176=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCB0 is #51434F. Grayscale: #B6B6B6. Windows color (decimal): -5325648 or 11582638. OLE color: 11582638.

HSL color Cylindrical-coordinate representation of color #AEBCB0: hue angle of 128.57º degrees, saturation: 0.09, 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 #AEBCB0 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB174188176-
CMYK0.0700.060.26
HSL128.57º9.46%70.98%-
HSV(B)128.57º7.45%73.73%-
XYZ43.2848.148.08-
YUV182.45124.36121.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 176 (69.14% from 255) = 32.71%
R=32.34%
G=34.94%
B=32.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741881760.0700.060.26128.579.4670.98
HexAEBCB07061A81947
Octal2562742607063220111107
Binary1010111010111100101100001110110110101000000110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCB0; }

 p { color: rgb(174,188,176); }

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

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

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

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

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

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

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