#ABBAAD

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

Shades of Gum Leaf #ABBAAD

Tints of Gum Leaf #ABBAAD

Color information

#ABBAAD (or 0xABBAAD) is unknown color: approx Gum Leaf. HEX triplet: AB, BA and AD. RGB value is (171,186,173). Sum of RGB (Red+Green+Blue) = 171+186+173=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBAAD is #544552. Grayscale: #B4B4B4. Windows color (decimal): -5522771 or 11385515. OLE color: 11385515.

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

Color convert

RGB171186173-
CMYK0.0800.070.27
HSL128º9.8%70%-
HSV(B)128º8.06%72.94%-
XYZ41.946.7946.36-
YUV180.03124.03121.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=32.26%
G=35.09%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711861730.0800.070.271289.870
HexABBAAD8071B80a46
Octal25327225510073320012106
Binary10101011101110101010110110000111110111000000010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBAAD; }

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

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

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

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

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

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

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

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