#AECAB7

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

Shades of Gum Leaf #AECAB7

Tints of Gum Leaf #AECAB7

Color information

#AECAB7 (or 0xAECAB7) is unknown color: approx Gum Leaf. HEX triplet: AE, CA and B7. RGB value is (174,202,183). Sum of RGB (Red+Green+Blue) = 174+202+183=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #AECAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECAB7 is #513548. Grayscale: #BFBFBF. Windows color (decimal): -5322057 or 12044974. OLE color: 12044974.

HSL color Cylindrical-coordinate representation of color #AECAB7: hue angle of 139.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AECAB7 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB174202183-
CMYK0.1400.090.21
HSL139.29º20.9%73.73%-
HSV(B)139.29º13.86%79.22%-
XYZ47.1254.6652.87-
YUV191.46123.22115.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 183 (71.88% from 255) = 32.74%
R=31.13%
G=36.14%
B=32.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1742021830.1400.090.21139.2920.973.73
HexAECAB7E09158b154a
Octal256312267160112521325112
Binary1010111011001010101101111110010011010110001011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECAB7; }

 p { color: rgb(174,202,183); }

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

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

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

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

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

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

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