#AEBCB1

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

Shades of Gum Leaf #AEBCB1

Tints of Gum Leaf #AEBCB1

Color information

#AEBCB1 (or 0xAEBCB1) is unknown color: approx Gum Leaf. HEX triplet: AE, BC and B1. RGB value is (174,188,177). Sum of RGB (Red+Green+Blue) = 174+188+177=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 188 - color contains mainly: green. Hex color #AEBCB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBCB1 is #51434E. Grayscale: #B6B6B6. Windows color (decimal): -5325647 or 11648174. OLE color: 11648174.

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

Color convert

RGB174188177-
CMYK0.0700.060.26
HSL132.86º9.46%70.98%-
HSV(B)132.86º7.45%73.73%-
XYZ43.3748.1448.6-
YUV182.56124.86121.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.28%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=32.28%
G=34.88%
B=32.84%

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
Decimal1741881770.0700.060.26132.869.4670.98
HexAEBCB17061A85947
Octal2562742617063220511107
Binary1010111010111100101100011110110110101000010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBCB1; }

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

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

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

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

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

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

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

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