#ABB1AC

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

Shades of Gum Leaf #ABB1AC

Tints of Gum Leaf #ABB1AC

Color information

#ABB1AC (or 0xABB1AC) is unknown color: approx Gum Leaf. HEX triplet: AB, B1 and AC. RGB value is (171,177,172). Sum of RGB (Red+Green+Blue) = 171+177+172=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB1AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB1AC is #544E53. Grayscale: #AEAEAE. Windows color (decimal): -5525076 or 11317675. OLE color: 11317675.

HSL color Cylindrical-coordinate representation of color #ABB1AC: hue angle of 130º degrees, saturation: 0.04, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABB1AC is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB171177172-
CMYK0.0300.030.31
HSL130º3.7%68.24%-
HSV(B)130º3.39%69.41%-
XYZ39.9643.0845.24-
YUV174.64126.51125.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 172 (67.58% from 255) = 33.08%
R=32.88%
G=34.04%
B=33.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711771720.0300.030.311303.768.24
HexABB1AC3031F82444
Octal253261254303372024104
Binary1010101110110001101011001101111111100000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB1AC; }

 p { color: rgb(171,177,172); }

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

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

 a { background-color: rgb(171,177,172); }

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

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

 span { border-color: rgb(171,177,172); }

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