#ABB7AE

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

Shades of Gum Leaf #ABB7AE

Tints of Gum Leaf #ABB7AE

Color information

#ABB7AE (or 0xABB7AE) is unknown color: approx Gum Leaf. HEX triplet: AB, B7 and AE. RGB value is (171,183,174). Sum of RGB (Red+Green+Blue) = 171+183+174=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB7AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB7AE is #544851. Grayscale: #B2B2B2. Windows color (decimal): -5523538 or 11450283. OLE color: 11450283.

HSL color Cylindrical-coordinate representation of color #ABB7AE: hue angle of 135º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ABB7AE is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB171183174-
CMYK0.0700.050.28
HSL135º7.69%69.41%-
HSV(B)135º6.56%71.76%-
XYZ41.3745.5846.66-
YUV178.39125.52122.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 174 (68.36% from 255) = 32.95%
R=32.39%
G=34.66%
B=32.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1711831740.0700.050.281357.6969.41
HexABB7AE7051C87845
Octal2532672567053420710105
Binary1010101110110111101011101110101111001000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB7AE; }

 p { color: rgb(171,183,174); }

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

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

 a { background-color: rgb(171,183,174); }

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

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

 span { border-color: rgb(171,183,174); }

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