#AABDAE

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

Shades of Gum Leaf #AABDAE

Tints of Gum Leaf #AABDAE

Color information

#AABDAE (or 0xAABDAE) is unknown color: approx Gum Leaf. HEX triplet: AA, BD and AE. RGB value is (170,189,174). Sum of RGB (Red+Green+Blue) = 170+189+174=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAE is #554251. Grayscale: #B5B5B5. Windows color (decimal): -5587538 or 11451818. OLE color: 11451818.

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

Color convert

RGB170189174-
CMYK0.1000.080.26
HSL132.63º12.58%70.39%-
HSV(B)132.63º10.05%74.12%-
XYZ42.424847.07-
YUV181.61123.71119.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=31.89%
G=35.46%
B=32.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891740.1000.080.26132.6312.5870.39
HexAABDAEA081A85d46
Octal252275256120103220515106
Binary101010101011110110101110101001000110101000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDAE; }

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

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

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

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

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

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

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

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