#ABC0AF

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

Shades of Gum Leaf #ABC0AF

Tints of Gum Leaf #ABC0AF

Color information

#ABC0AF (or 0xABC0AF) is unknown color: approx Gum Leaf. HEX triplet: AB, C0 and AF. RGB value is (171,192,175). Sum of RGB (Red+Green+Blue) = 171+192+175=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC0AF is #543F50. Grayscale: #B7B7B7. Windows color (decimal): -5521233 or 11518123. OLE color: 11518123.

HSL color Cylindrical-coordinate representation of color #ABC0AF: hue angle of 131.43º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABC0AF is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB171192175-
CMYK0.1100.090.25
HSL131.43º14.29%71.18%-
HSV(B)131.43º10.94%75.29%-
XYZ43.3849.4547.82-
YUV183.78123.04118.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 175 (68.75% from 255) = 32.53%
R=31.78%
G=35.69%
B=32.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921750.1100.090.25131.4314.2971.18
HexABC0AFB091983e47
Octal253300257130113120316107
Binary101010111100000010101111101101001110011000001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC0AF; }

 p { color: rgb(171,192,175); }

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

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

 a { background-color: rgb(171,192,175); }

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

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

 span { border-color: rgb(171,192,175); }

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