#AABAAD

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

Shades of Gum Leaf #AABAAD

Tints of Gum Leaf #AABAAD

Color information

#AABAAD (or 0xAABAAD) is unknown color: approx Gum Leaf. HEX triplet: AA, BA and AD. RGB value is (170,186,173). Sum of RGB (Red+Green+Blue) = 170+186+173=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAAD is #554552. Grayscale: #B3B3B3. Windows color (decimal): -5588307 or 11385514. OLE color: 11385514.

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

Color convert

RGB170186173-
CMYK0.0900.070.27
HSL131.25º10.39%69.8%-
HSV(B)131.25º8.6%72.94%-
XYZ41.6846.6846.35-
YUV179.73124.2121.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.14%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=32.14%
G=35.16%
B=32.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701861730.0900.070.27131.2510.3969.8
HexAABAAD9071B83a46
Octal25227225511073320312106
Binary10101010101110101010110110010111110111000001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABAAD; }

 p { color: rgb(170,186,173); }

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

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

 a { background-color: rgb(170,186,173); }

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

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

 span { border-color: rgb(170,186,173); }

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