#AABDB0

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

Shades of Gum Leaf #AABDB0

Tints of Gum Leaf #AABDB0

Color information

#AABDB0 (or 0xAABDB0) is unknown color: approx Gum Leaf. HEX triplet: AA, BD and B0. RGB value is (170,189,176). Sum of RGB (Red+Green+Blue) = 170+189+176=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDB0 is #55424F. Grayscale: #B5B5B5. Windows color (decimal): -5587536 or 11582890. OLE color: 11582890.

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

Color convert

RGB170189176-
CMYK0.1000.070.26
HSL138.95º12.58%70.39%-
HSV(B)138.95º10.05%74.12%-
XYZ42.6148.0848.11-
YUV181.84124.71119.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 176 (69.14% from 255) = 32.90%
R=31.78%
G=35.33%
B=32.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701891760.1000.070.26138.9512.5870.39
HexAABDB0A071A8bd46
Octal25227526012073221315106
Binary10101010101111011011000010100111110101000101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDB0; }

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

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

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

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

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

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

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

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