#AABBAD

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

Shades of Gum Leaf #AABBAD

Tints of Gum Leaf #AABBAD

Color information

#AABBAD (or 0xAABBAD) is unknown color: approx Gum Leaf. HEX triplet: AA, BB and AD. RGB value is (170,187,173). Sum of RGB (Red+Green+Blue) = 170+187+173=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBAD is #554452. Grayscale: #B4B4B4. Windows color (decimal): -5588051 or 11385770. OLE color: 11385770.

HSL color Cylindrical-coordinate representation of color #AABBAD: hue angle of 130.59º degrees, saturation: 0.11, 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 #AABBAD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB170187173-
CMYK0.0900.070.27
HSL130.59º11.11%70%-
HSV(B)130.59º9.09%73.33%-
XYZ41.8947.146.42-
YUV180.32123.87120.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 187 (73.44% from 255) = 35.28%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=32.08%
G=35.28%
B=32.64%

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
Decimal1701871730.0900.070.27130.5911.1170
HexAABBAD9071B83b46
Octal25227325511073320313106
Binary10101010101110111010110110010111110111000001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABBAD; }

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

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

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

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

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

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

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

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