#AABDAC

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

Shades of Gum Leaf #AABDAC

Tints of Gum Leaf #AABDAC

Color information

#AABDAC (or 0xAABDAC) is unknown color: approx Gum Leaf. HEX triplet: AA, BD and AC. RGB value is (170,189,172). Sum of RGB (Red+Green+Blue) = 170+189+172=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAC is #554253. Grayscale: #B5B5B5. Windows color (decimal): -5587540 or 11320746. OLE color: 11320746.

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

Color convert

RGB170189172-
CMYK0.1000.090.26
HSL126.32º12.58%70.39%-
HSV(B)126.32º10.05%74.12%-
XYZ42.2247.9246.05-
YUV181.38122.71119.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=32.02%
G=35.59%
B=32.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891720.1000.090.26126.3212.5870.39
HexAABDACA091A7ed46
Octal252275254120113217615106
Binary10101010101111011010110010100100111010111111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDAC; }

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

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

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

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

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

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

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

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