#AEBDB1

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

Shades of Gum Leaf #AEBDB1

Tints of Gum Leaf #AEBDB1

Color information

#AEBDB1 (or 0xAEBDB1) is unknown color: approx Gum Leaf. HEX triplet: AE, BD and B1. RGB value is (174,189,177). Sum of RGB (Red+Green+Blue) = 174+189+177=540 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.22% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 177 (69.53% from 255 or 32.78% from 540); Max value from RGB is 189 - color contains mainly: green. Hex color #AEBDB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEBDB1 is #51424E. Grayscale: #B7B7B7. Windows color (decimal): -5325391 or 11648430. OLE color: 11648430.

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

Color convert

RGB174189177-
CMYK0.0800.060.26
HSL132º10.2%71.18%-
HSV(B)132º7.94%74.12%-
XYZ43.5948.5748.67-
YUV183.15124.53121.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.22%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 177 (69.53% from 255) = 32.78%
R=32.22%
G=35%
B=32.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1741891770.0800.060.2613210.271.18
HexAEBDB18061A84a47
Octal25627526110063220412107
Binary10101110101111011011000110000110110101000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBDB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBDB1; }

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

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

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

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

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

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

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

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