#ABB0AC

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

Shades of Gum Leaf #ABB0AC

Tints of Gum Leaf #ABB0AC

Color information

#ABB0AC (or 0xABB0AC) is unknown color: approx Gum Leaf. HEX triplet: AB, B0 and AC. RGB value is (171,176,172). Sum of RGB (Red+Green+Blue) = 171+176+172=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB0AC is #544F53. Grayscale: #AEAEAE. Windows color (decimal): -5525332 or 11317419. OLE color: 11317419.

HSL color Cylindrical-coordinate representation of color #ABB0AC: hue angle of 132º degrees, saturation: 0.03, 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 #ABB0AC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB171176172-
CMYK0.0300.020.31
HSL132º3.07%68.04%-
HSV(B)132º2.84%69.02%-
XYZ39.7742.6945.17-
YUV174.05126.84125.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=32.95%
G=33.91%
B=33.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761720.0300.020.311323.0768.04
HexABB0AC3021F84344
Octal253260254302372043104
Binary101010111011000010101100110101111110000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0AC; }

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

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

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

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

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

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

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

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