#AABDAF

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

Shades of Gum Leaf #AABDAF

Tints of Gum Leaf #AABDAF

Color information

#AABDAF (or 0xAABDAF) is unknown color: approx Gum Leaf. HEX triplet: AA, BD and AF. RGB value is (170,189,175). Sum of RGB (Red+Green+Blue) = 170+189+175=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #AABDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABDAF is #554250. Grayscale: #B5B5B5. Windows color (decimal): -5587537 or 11517354. OLE color: 11517354.

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

Color convert

RGB170189175-
CMYK0.1000.070.26
HSL135.79º12.58%70.39%-
HSV(B)135.79º10.05%74.12%-
XYZ42.5148.0447.59-
YUV181.72124.21119.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 175 (68.75% from 255) = 32.77%
R=31.84%
G=35.39%
B=32.77%

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
Decimal1701891750.1000.070.26135.7912.5870.39
HexAABDAFA071A88d46
Octal25227525712073221015106
Binary10101010101111011010111110100111110101000100011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDAF; }

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

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

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

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

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

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

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

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