#ABBAAE

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

Shades of Gum Leaf #ABBAAE

Tints of Gum Leaf #ABBAAE

Color information

#ABBAAE (or 0xABBAAE) is unknown color: approx Gum Leaf. HEX triplet: AB, BA and AE. RGB value is (171,186,174). Sum of RGB (Red+Green+Blue) = 171+186+174=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAAE is #544551. Grayscale: #B4B4B4. Windows color (decimal): -5522770 or 11451051. OLE color: 11451051.

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

Color convert

RGB171186174-
CMYK0.0800.060.27
HSL132º9.8%70%-
HSV(B)132º8.06%72.94%-
XYZ41.9946.8346.87-
YUV180.15124.53121.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.20%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=32.20%
G=35.03%
B=32.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861740.0800.060.271329.870
HexABBAAE8061B84a46
Octal25327225610063320412106
Binary10101011101110101010111010000110110111000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAAE; }

 p { color: rgb(171,186,174); }

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

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

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

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

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

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

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