#A4C6AB

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

Shades of Gum Leaf #A4C6AB

Tints of Gum Leaf #A4C6AB

Color information

#A4C6AB (or 0xA4C6AB) is unknown color: approx Gum Leaf. HEX triplet: A4, C6 and AB. RGB value is (164,198,171). Sum of RGB (Red+Green+Blue) = 164+198+171=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C6AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C6AB is #5B3954. Grayscale: #B8B8B8. Windows color (decimal): -5978453 or 11257508. OLE color: 11257508.

HSL color Cylindrical-coordinate representation of color #A4C6AB: hue angle of 132.35º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C6AB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB164198171-
CMYK0.1700.140.22
HSL132.35º22.97%70.98%-
HSV(B)132.35º17.17%77.65%-
XYZ42.8551.2246.16-
YUV184.76120.24113.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.77%
GREEN value IS 198 (77.73% from 255) = 37.15%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=30.77%
G=37.15%
B=32.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1641981710.1700.140.22132.3522.9770.98
HexA4C6AB110E16841747
Octal244306253210162620427107
Binary10100100110001101010101110001011101011010000100101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C6AB; }

 p { color: rgb(164,198,171); }

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

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

 a { background-color: rgb(164,198,171); }

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

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

 span { border-color: rgb(164,198,171); }

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